-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow use of newer PHPUnit on newer versions of PHP
This allows the 0.x series of this library to have passing tests on PHP 5.4 all the way up to PHP 7.3. I added an allowance for using the PHPUnit 7 series on versions of PHP that support it, and I made a few slight changes to tests and phpunit.xml.dist that allow the tests to continue running on both the older version of PHPUnit and the newer versions. FYI, when you choose to upgrade to PHPUnit 8.x for the 1.x series of this library, you'll need to make more changes to the tests that won't be backwards compatible with earlier versions of PHPUnit.
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters