Skip to content

Commit

Permalink
Add compatibility for phpunit 8.4
Browse files Browse the repository at this point in the history
In 8.4 the InvalidArgumentHelper, an `@internal` class was renamed. We
now point to the correct class. This still carries a risk for the
future, but the v8 branch should be safe to rely on this as no further
releases will remove this class.

Co-authored-by: bmstanley <[email protected]>
  • Loading branch information
rdohms and bmstanley committed Feb 18, 2020
1 parent d618ece commit 1fc5a0f
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 161 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This package provides Array Subset and related asserts once depracated in PHPunit 8",
"type": "library",
"require": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.4",
"php": "^7.2"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 1fc5a0f

Please sign in to comment.