Skip to content

Commit

Permalink
Add PHPUnit 9 support (#22)
Browse files Browse the repository at this point in the history
* issue-21: Updating PHPUnit dependency to 9

* issue-21: Fixed phpunit configuration warning with phpunit --migrate-configuration.

* issue-21: Switching from ResultPrinter to DefaultResultPrinter

Check sebastianbergmann/phpunit#4024

* issue-21: Fixed failing test case - output no longer includes time and memory for this case.

Co-authored-by: Jakub Homoly <jakubhomoly@gmail.com>
  • Loading branch information
steve-todorov and jakubhomoly committed Aug 10, 2020
1 parent 51e047b commit faf1849
Show file tree
Hide file tree
Showing 5 changed files with 2,039 additions and 751 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "~9.0",
"friendsofphp/php-cs-fixer": "^2.14"
},
"autoload": {
Expand Down

0 comments on commit faf1849

Please sign in to comment.