From 8b295b5e9d53a71115e2ed10704851a77fb11a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20N=C3=BCrnberger?= Date: Fri, 6 Aug 2021 15:38:59 +0200 Subject: [PATCH] remove debug statements --- src/Actions/MapArguments.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Actions/MapArguments.php b/src/Actions/MapArguments.php index 11886f46..16b1e0f7 100644 --- a/src/Actions/MapArguments.php +++ b/src/Actions/MapArguments.php @@ -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