From c8158c8224d39867f0b8daf8d1bf59afa91d13ee Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 23 Oct 2023 17:10:57 +0900 Subject: [PATCH] Remove echo from phpunit test file --- 4dev/tests/Combined/CoreLibsCombinedDateTimeTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/4dev/tests/Combined/CoreLibsCombinedDateTimeTest.php b/4dev/tests/Combined/CoreLibsCombinedDateTimeTest.php index d7ff58eb..d7efa9b7 100644 --- a/4dev/tests/Combined/CoreLibsCombinedDateTimeTest.php +++ b/4dev/tests/Combined/CoreLibsCombinedDateTimeTest.php @@ -467,7 +467,6 @@ final class CoreLibsCombinedDateTimeTest extends TestCase \CoreLibs\Combined\DateTime::intervalStringFormat($seconds); } else { if (in_array('show_only_days', $params)) { - echo "FOO\n"; \CoreLibs\Combined\DateTime::intervalStringFormat($seconds, show_only_days:true); } elseif (in_array('truncate_after', $params)) { \CoreLibs\Combined\DateTime::intervalStringFormat($seconds, truncate_after: 'v');