summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/property002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/property002.phpt')
-rw-r--r--Zend/tests/traits/property002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/property002.phpt b/Zend/tests/traits/property002.phpt
index f58c2a428e..c96f314c93 100644
--- a/Zend/tests/traits/property002.phpt
+++ b/Zend/tests/traits/property002.phpt
@@ -25,7 +25,7 @@ var_dump(property_exists('TraitsTest', 'world'));
$t = new TraitsTest;
$t->test();
?>
---EXPECTF--
+--EXPECT--
bool(true)
bool(true)
hello World!