Remove echo from phpunit test file

This commit is contained in:
Clemens Schwaighofer
2023-10-23 17:10:57 +09:00
parent 7b9a0043d3
commit c8158c8224

View File

@@ -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');