Skip to content

Commit d2fd051

Browse files
authored
Merge pull request #94 from php-school/phpunit-9
phpunit 9
2 parents 5af97f3 + 63d9c34 commit d2fd051

File tree

9 files changed

+67
-1585
lines changed

9 files changed

+67
-1585
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": "^7.0 | ^8.0 ",
22+
"symfony/phpunit-bridge": "^5.1",
2323
"squizlabs/php_codesniffer": "^3.5"
2424
},
2525
"autoload" : {

0 commit comments

Comments
 (0)