From 8afad00a1681de8541d437d0374eae45ae99a1f2 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 4 Dec 2009 11:32:39 +0000 Subject: [PATCH] - Fixed tests --- tests/classes/interface_constant_inheritance_001.phpt | 2 +- tests/classes/interface_constant_inheritance_002.phpt | 2 +- tests/classes/interface_constant_inheritance_003.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/classes/interface_constant_inheritance_001.phpt b/tests/classes/interface_constant_inheritance_001.phpt index ae3e71e7abb..f982a4a64eb 100644 --- a/tests/classes/interface_constant_inheritance_001.phpt +++ b/tests/classes/interface_constant_inheritance_001.phpt @@ -14,4 +14,4 @@ echo "Done\n"; ?> --EXPECTF-- -Fatal error: Cannot inherit previously-inherited constant FOO from interface I1 in %s on line 6 \ No newline at end of file +Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I1 in %s on line 6 diff --git a/tests/classes/interface_constant_inheritance_002.phpt b/tests/classes/interface_constant_inheritance_002.phpt index d5001baa3de..af4ce695f75 100644 --- a/tests/classes/interface_constant_inheritance_002.phpt +++ b/tests/classes/interface_constant_inheritance_002.phpt @@ -14,4 +14,4 @@ echo "Done\n"; ?> --EXPECTF-- -Fatal error: Cannot inherit previously-inherited constant FOO from interface I in %s on line 6 \ No newline at end of file +Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on line 6 diff --git a/tests/classes/interface_constant_inheritance_003.phpt b/tests/classes/interface_constant_inheritance_003.phpt index a3ba815edf0..6b4139bd98b 100644 --- a/tests/classes/interface_constant_inheritance_003.phpt +++ b/tests/classes/interface_constant_inheritance_003.phpt @@ -17,4 +17,4 @@ echo "Done\n"; ?> --EXPECTF-- -Fatal error: Cannot inherit previously-inherited constant FOO from interface I2 in %s on line 10 +Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s on line 10