mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
remove debug statements
This commit is contained in:
@ -17,12 +17,10 @@ final class MapArguments
|
|||||||
{
|
{
|
||||||
public static function toParatest(TestSuite $testSuite): void
|
public static function toParatest(TestSuite $testSuite): void
|
||||||
{
|
{
|
||||||
var_dump($_SERVER['argv']);
|
|
||||||
self::coverage();
|
self::coverage();
|
||||||
self::registerPlugins();
|
self::registerPlugins();
|
||||||
self::parallel();
|
self::parallel();
|
||||||
self::color();
|
self::color();
|
||||||
var_dump($_SERVER['argv']);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function toPest(TestSuite $testSuite): void
|
public static function toPest(TestSuite $testSuite): void
|
||||||
|
|||||||
Reference in New Issue
Block a user