remove debug statements

This commit is contained in:
Adrian Nürnberger
2021-08-06 15:38:59 +02:00
parent 221248e691
commit 8b295b5e9d

View File

@ -17,12 +17,10 @@ final class MapArguments
{
public static function toParatest(TestSuite $testSuite): void
{
var_dump($_SERVER['argv']);
self::coverage();
self::registerPlugins();
self::parallel();
self::color();
var_dump($_SERVER['argv']);
}
public static function toPest(TestSuite $testSuite): void