Skip to content

Commit 63d9c34

Browse files
committed
Use phpunit-bridge instead
1 parent 9fd3295 commit 63d9c34

File tree

3 files changed

+59
-1930
lines changed

3 files changed

+59
-1930
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run phpunit tests
3333
run: |
3434
mkdir -p build/logs
35-
vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
35+
vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
3636
3737
- name: Run phpcs
3838
run: composer cs

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"phpstan/phpstan": "^0.12.52"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^8.0 | ^9.0",
22+
"symfony/phpunit-bridge": "^5.1",
2323
"squizlabs/php_codesniffer": "^3.5"
2424
},
2525
"autoload" : {

0 commit comments

Comments
 (0)