summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-12-04 11:32:39 +0000
committerFelipe Pena <felipe@php.net>2009-12-04 11:32:39 +0000
commitb6bf9ee6a16218148654eee033c2880692d255ac (patch)
tree251fb324b178e66b3ce5874eb40536dbafa2b6a0
parent7b0d41535e21a93d2a752a2aa43d7c2e7d40312c (diff)
downloadphp-git-b6bf9ee6a16218148654eee033c2880692d255ac.tar.gz
- Fixed tests
-rw-r--r--tests/classes/interface_constant_inheritance_001.phpt2
-rw-r--r--tests/classes/interface_constant_inheritance_002.phpt2
-rw-r--r--tests/classes/interface_constant_inheritance_003.phpt2
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 cc76afa11f..f982a4a64e 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
+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 fa90dfdd52..af4ce695f7 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
+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 a3ba815edf..6b4139bd98 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