We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4df7cd0 + 8f76e8c commit 69fbd2eCopy full SHA for 69fbd2e
composer.json
@@ -80,7 +80,7 @@
80
"build": "@php vendor/bin/testbench workbench:build --ansi",
81
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
82
"prepare": "@php vendor/bin/testbench package:discover --ansi",
83
- "test": "@php vendor/bin/pest --compact",
84
- "test-coverage": "@test --type-coverage"
+ "test": "@php vendor/bin/pest --parallel",
+ "test-coverage": "@php vendor/bin/pest --type-coverage"
85
}
86
tests/Pest.php
@@ -15,6 +15,8 @@
15
16
declare(strict_types=1);
17
18
+pest()->printer()->compact();
19
+
20
pest()
21
->extend(Tests\TestCase::class)
22
->in('Unit');
0 commit comments