summaryrefslogtreecommitdiff
path: root/tests/classes/abstract.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/abstract.phpt')
-rw-r--r--tests/classes/abstract.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt
index 365e5f2862..6c8f67ce03 100644
--- a/tests/classes/abstract.phpt
+++ b/tests/classes/abstract.phpt
@@ -1,5 +1,5 @@
--TEST--
-An abstrcat function may not be called
+An abstrcat method may not be called
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--
@@ -26,4 +26,4 @@ echo "Done\n"; // shouldn't be displayed of cause
--EXPECTF--
Call to function show()
-Fatal error: Cannot call abstract method show() in %s on line %d \ No newline at end of file
+Fatal error: Cannot call abstract method fail::show() in %s on line %d