]> granicus.if.org Git - php/commitdiff
MFB: adjust the test names a bit
authorAntony Dovgal <tony2001@php.net>
Fri, 3 Aug 2007 13:51:11 +0000 (13:51 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 3 Aug 2007 13:51:11 +0000 (13:51 +0000)
Zend/tests/array_append_COW.phpt
Zend/tests/array_unshift_COW.phpt

index 31c09ae92dba9b61d965e7ef010aec1061eae848..3aa99f1b0191b5db31e4c3973ff42d378dea8e81 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Tests that array manipulation code is correctly dealing with copy on write and splitting on  reference.
+Tests that array manipulation code is correctly dealing with copy on write and splitting on reference
 --FILE--
 <?php
        $a=array();
index 1a0d8148a0e0e5f28723f56ed21b74afdf20791e..aa692b244e5ae1547b18f6461aefb72d9456f37e 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Tests that array unshift code is correctly dealing with copy on write and splitting on  reference.
+Tests that array unshift code is correctly dealing with copy on write and splitting on reference
 --FILE--
 <?php
        $a=array();