summaryrefslogtreecommitdiff
path: root/Zend/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-07 16:50:40 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-07 16:50:40 +0000
commit8d9be0338b5a8e3b595fa24f269fc4bdc73fb75c (patch)
treeb874614555aac48ecf39daa7fe4020b0dc7b3bfe /Zend/tests
parent018e6104365bb8976e85cdd18016caa1435c0546 (diff)
downloadphp-git-8d9be0338b5a8e3b595fa24f269fc4bdc73fb75c.tar.gz
fix test names
Diffstat (limited to 'Zend/tests')
-rwxr-xr-xZend/tests/bug22725.phpt2
-rw-r--r--Zend/tests/bug33771.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug22725.phpt b/Zend/tests/bug22725.phpt
index aadd81be5a..5f3c258b14 100755
--- a/Zend/tests/bug22725.phpt
+++ b/Zend/tests/bug22725.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #22725 (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--
diff --git a/Zend/tests/bug33771.phpt b/Zend/tests/bug33771.phpt
index 07507685f3..a786e58066 100644
--- a/Zend/tests/bug33771.phpt
+++ b/Zend/tests/bug33771.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
+Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
--FILE--
<?php