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.
1 parent 54186fc commit 1714cacCopy full SHA for 1714cac
.github/workflows/tests.yml
@@ -73,7 +73,7 @@ jobs:
73
run: composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update && composer update --${{ matrix.stability }} --prefer-dist --no-interaction
74
75
- name: Run PHPUnit tests
76
- run: vendor/bin/phpunit --coverage-text
+ run: vendor/bin/phpunit
77
78
- name: Run PHP Static Analysis
79
if: ${{ matrix.stability == 'prefer-stable' }}
TESTING.md
@@ -32,7 +32,7 @@ If you prefer to run tests manually within the package directory:
32
33
```bash
34
# Run PHPUnit tests
35
-composer test
+vendor/bin/phpunit
36
37
# Run Laravel Pint code style check
38
vendor/bin/pint --test
0 commit comments