diff options
author | Anatol Belski <ab@php.net> | 2015-11-10 11:01:53 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-11-11 09:47:24 +0100 |
commit | 3cdc438e53c3c5dccd4ca2b7ce8e1e98cf873a34 (patch) | |
tree | d3a284676f4e0e377e241a2ab1e748c7b06f9be1 /Zend | |
parent | 1f39665083cae00bb699c9b1eaca92f665d5ef2c (diff) | |
download | php-git-3cdc438e53c3c5dccd4ca2b7ce8e1e98cf873a34.tar.gz |
fix test filename and title
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/tests/concat_003.phpt (renamed from Zend/tests/implode_small_strings.phpt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/implode_small_strings.phpt b/Zend/tests/concat_003.phpt index 94652a6ffd..e8d161b9ed 100644 --- a/Zend/tests/implode_small_strings.phpt +++ b/Zend/tests/concat_003.phpt @@ -1,5 +1,5 @@ --TEST-- -Implode many small strings should not slowdown allocations +Concatenating many small strings should not slowdown allocations --INI-- memory_limit=256m --FILE-- |