From a555cc0b3d4f745e6d0bb8c595de400a0c728827 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Thu, 7 Nov 2019 21:31:47 +0100 Subject: Clean DONE tags from tests Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872. --- ext/ctype/tests/ctype_lower_variation2.phpt | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/ctype/tests/ctype_lower_variation2.phpt') diff --git a/ext/ctype/tests/ctype_lower_variation2.phpt b/ext/ctype/tests/ctype_lower_variation2.phpt index 12793d180f..b225eafaff 100644 --- a/ext/ctype/tests/ctype_lower_variation2.phpt +++ b/ext/ctype/tests/ctype_lower_variation2.phpt @@ -26,7 +26,6 @@ for ($i = 0; $i < 256; $i++) { setlocale(LC_CTYPE, $orig); ?> -===DONE=== --EXPECT-- *** Testing ctype_lower() : usage variations *** character code 97 is a lower case character @@ -55,4 +54,3 @@ character code 119 is a lower case character character code 120 is a lower case character character code 121 is a lower case character character code 122 is a lower case character -===DONE=== -- cgit v1.2.1