From 892f70b5b553f386f1f874ee2335d643b5ab5c92 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 10 Aug 2021 13:17:11 +0100 Subject: [PATCH] Refactor --- bin/pest | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/pest b/bin/pest index 5de793c6..cc31653f 100755 --- a/bin/pest +++ b/bin/pest @@ -61,9 +61,5 @@ use Symfony\Component\Console\Output\OutputInterface; exit(ParaTestCommand::applicationFactory($testSuite->rootPath)->run(new ArgvInput())); } - if (Arr::get($_SERVER, 'PARATEST', false) !== false) { - TestSuite::getInstance()->isInParallel = true; - } - exit($container->get(Command::class)->run($_SERVER['argv'])); })();