summaryrefslogtreecommitdiff
path: root/Zend/tests/bug22725.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug22725.phpt')
-rwxr-xr-xZend/tests/bug22725.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug22725.phpt b/Zend/tests/bug22725.phpt
index aecb0ce486..aadd81be5a 100755
--- a/Zend/tests/bug22725.phpt
+++ b/Zend/tests/bug22725.phpt
@@ -1,5 +1,5 @@
--TEST--
-A derived class can call a parent's protected method that calls a private method
+bug #22725 (A derived class can call a parent's protected method that calls a private method)
--SKIPIF--
<?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
--FILE--