mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
remove debug statements
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user