Skip to content

Commit

Permalink
Merge pull request #225 from dennisameling/phpunit-8-upgrade
Browse files Browse the repository at this point in the history
Upgrade to PHPUnit 9
  • Loading branch information
dennisameling authored Oct 12, 2020
2 parents 03f1f15 + a6d90a2 commit d50da3e
Show file tree
Hide file tree
Showing 40 changed files with 4,061 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
/.project
/.settings
/.phpintel
/composer.lock
/phpunit.xml
/tests/local.config.php
/tests/local.config.php_*
/tests/local.tokens.php
/tests/phpunit.phar
/vendor
.DS_Store
/.ddev
/.ddev
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"raveren/kint": "~0.9",
"friendsofphp/php-cs-fixer": "~2.16.1",
"phpunit/phpunit": "~7.5.0"
"phpunit/phpunit": "~9.4.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
Expand Down
Loading

0 comments on commit d50da3e

Please sign in to comment.