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/standard/tests/general_functions/var_export_basic1.phpt | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/standard/tests/general_functions/var_export_basic1.phpt') diff --git a/ext/standard/tests/general_functions/var_export_basic1.phpt b/ext/standard/tests/general_functions/var_export_basic1.phpt index 18fa404c29..f97fab2396 100644 --- a/ext/standard/tests/general_functions/var_export_basic1.phpt +++ b/ext/standard/tests/general_functions/var_export_basic1.phpt @@ -49,7 +49,6 @@ foreach($valid_ints as $key => $int_value) { } ?> -===DONE=== --EXPECT-- *** Testing var_export() with integer values *** @@ -144,4 +143,3 @@ string(11) "-2147483648" 2147483647 2147483647 string(10) "2147483647" -===DONE=== -- cgit v1.2.1