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 9fd3295 commit 63d9c34Copy full SHA for 63d9c34
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run phpunit tests
33
run: |
34
mkdir -p build/logs
35
- vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
+ vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
36
37
- name: Run phpcs
38
run: composer cs
composer.json
@@ -19,7 +19,7 @@
19
"phpstan/phpstan": "^0.12.52"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "^8.0 | ^9.0",
+ "symfony/phpunit-bridge": "^5.1",
23
"squizlabs/php_codesniffer": "^3.5"
24
25
"autoload" : {
0 commit comments