diff options
Diffstat (limited to 'Zend/tests/traits/methods_003.phpt')
-rw-r--r-- | Zend/tests/traits/methods_003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/methods_003.phpt b/Zend/tests/traits/methods_003.phpt index 1c1218ae3a..d050b1135f 100644 --- a/Zend/tests/traits/methods_003.phpt +++ b/Zend/tests/traits/methods_003.phpt @@ -3,7 +3,7 @@ Testing __construct and __destruct with Trait --FILE-- <?php -trait foo { +trait foo { public function __construct() { var_dump(__FUNCTION__); } |