summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/classes/abstract.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract.phpt b/tests/classes/abstract.phpt
index 6c8f67ce03..75e5be7c53 100644
--- a/tests/classes/abstract.phpt
+++ b/tests/classes/abstract.phpt
@@ -1,5 +1,5 @@
--TEST--
-An abstrcat method may not be called
+An abstract method may not be called
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--