summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/bug55554b.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/bug55554b.phpt')
-rw-r--r--Zend/tests/traits/bug55554b.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/tests/traits/bug55554b.phpt b/Zend/tests/traits/bug55554b.phpt
index cf2eadf2f8..65ecb7adaf 100644
--- a/Zend/tests/traits/bug55554b.phpt
+++ b/Zend/tests/traits/bug55554b.phpt
@@ -46,8 +46,6 @@ class ReportCollision {
echo "ReportCollision: ";
$o = new ReportCollision;
-
-
--EXPECTF--
OverridingIsSilent1 __construct
@@ -55,4 +53,3 @@ Deprecated: Methods with the same name as their class will not be constructors i
OverridingIsSilent2 OverridingIsSilent2
Fatal error: ReportCollision has colliding constructor definitions coming from traits in %s on line %d
-