diff options
Diffstat (limited to 'Zend/tests/traits/language011.phpt')
-rw-r--r-- | Zend/tests/traits/language011.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/language011.phpt b/Zend/tests/traits/language011.phpt index 585699da55..44de874705 100644 --- a/Zend/tests/traits/language011.phpt +++ b/Zend/tests/traits/language011.phpt @@ -26,5 +26,5 @@ $o->sayHello(); $o->sayWorld(); ?> ---EXPECTF-- +--EXPECTF-- Fatal error: Trait method sayHello has not been applied, because there are collisions with other trait methods on MyClass in %s on line %d |