Skip to content

Commit d50da3e

Browse files
Merge pull request #225 from dennisameling/phpunit-8-upgrade
Upgrade to PHPUnit 9
2 parents 03f1f15 + a6d90a2 commit d50da3e

40 files changed

+4061
-68
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/.project
44
/.settings
55
/.phpintel
6-
/composer.lock
76
/phpunit.xml
87
/tests/local.config.php
98
/tests/local.config.php_*
109
/tests/local.tokens.php
1110
/tests/phpunit.phar
1211
/vendor
1312
.DS_Store
14-
/.ddev
13+
/.ddev
14+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"raveren/kint": "~0.9",
2424
"friendsofphp/php-cs-fixer": "~2.16.1",
25-
"phpunit/phpunit": "~7.5.0"
25+
"phpunit/phpunit": "~9.4.0"
2626
},
2727
"scripts": {
2828
"test": "vendor/bin/phpunit"

0 commit comments

Comments
 (0)