From fd088beb0643098dee7a1d0eddc5dc502c86d30d Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 3 Aug 2007 13:50:20 +0000 Subject: [PATCH] fix test names --- Zend/tests/array_append_COW.phpt | 5 ++--- Zend/tests/array_unshift_COW.phpt | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Zend/tests/array_append_COW.phpt b/Zend/tests/array_append_COW.phpt index e6c9926931..0e3008589b 100644 --- a/Zend/tests/array_append_COW.phpt +++ b/Zend/tests/array_append_COW.phpt @@ -1,6 +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-- int(1) -} \ No newline at end of file +} diff --git a/Zend/tests/array_unshift_COW.phpt b/Zend/tests/array_unshift_COW.phpt index 7c8beba3d9..ecc42bb0f4 100644 --- a/Zend/tests/array_unshift_COW.phpt +++ b/Zend/tests/array_unshift_COW.phpt @@ -1,6 +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-- int(1) -} \ No newline at end of file +} -- 2.40.0