diff options
Diffstat (limited to 'Zend/tests/traits/conflict002.phpt')
-rw-r--r-- | Zend/tests/traits/conflict002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/conflict002.phpt b/Zend/tests/traits/conflict002.phpt index ab913d8b05..a723639ee9 100644 --- a/Zend/tests/traits/conflict002.phpt +++ b/Zend/tests/traits/conflict002.phpt @@ -28,5 +28,5 @@ class TheWorldIsNotEnough { $o = new TheWorldIsNotEnough(); $o->sayHello(); // echos Hello Universe! ?> ---EXPECT-- +--EXPECT-- Hello Universe!
\ No newline at end of file |