summaryrefslogtreecommitdiff
path: root/tests/classes/static_mix_2.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-24 16:07:34 +0000
committerMarcus Boerger <helly@php.net>2002-11-24 16:07:34 +0000
commit2ddbee008f3688afd2f81ee6cf243081ce140a71 (patch)
tree0d42da7206f578ce3f8e569fc1c22200b3038369 /tests/classes/static_mix_2.phpt
parentc4272645ce2fed554562fccfa3b0757f0925d759 (diff)
downloadphp-git-2ddbee008f3688afd2f81ee6cf243081ce140a71.tar.gz
Better naming
Diffstat (limited to 'tests/classes/static_mix_2.phpt')
-rw-r--r--tests/classes/static_mix_2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/static_mix_2.phpt b/tests/classes/static_mix_2.phpt
index 949b9a1b8d..c6e386dc97 100644
--- a/tests/classes/static_mix_2.phpt
+++ b/tests/classes/static_mix_2.phpt
@@ -1,5 +1,5 @@
--TEST--
-You cannot overload a non static methods with a static methods
+You cannot overload a non static method with a static method
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--