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.
composer.json
1 parent 5b4c16f commit e7ca1a3Copy full SHA for e7ca1a3
.github/workflows/run-tests.yml
@@ -55,4 +55,4 @@ jobs:
55
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
56
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
57
- name: Execute tests
58
- run: vendor/bin/phpunit --no-coverage
+ run: vendor/bin/pest --no-coverage
composer.json
@@ -40,7 +40,7 @@
40
}
41
},
42
"scripts": {
43
- "test": "vendor/bin/phpunit"
+ "test": "vendor/bin/pest"
44
45
"config": {
46
"sort-packages": true,
@@ -57,4 +57,4 @@
"minimum-stability": "dev",
59
"prefer-stable": true
60
-}
+}
0 commit comments