We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117108e commit 1cf4beaCopy full SHA for 1cf4bea
.github/workflows/run-test.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Run PHP Code Sniffer
37
run: vendor/bin/phpcs -p ./src
38
- name: Run unit tests
39
- run: vendor/bin/phpunit -v
+ run: vendor/bin/phpunit
40
- name: Run PHPStan
41
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon
Makefile
@@ -1,5 +1,5 @@
1
2
test:
3
php vendor/bin/phpcbf -p
4
- XDEBUG_MODE=coverage vendor/bin/phpunit -v
+ php vendor/bin/phpunit
5
php vendor/bin/phpstan analyse -c phpstan.neon
0 commit comments