-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix renamed file loader in phpunit (#127)
* Use latest file loader from phpunit 7.0. It was renamed from `Fileloader` to `FileLoader` * Move check for the file loader class before actually calling it. Some case sensitive issues is not allowing to add class alias. Added phpunit ^7.0 tests om php version 7.2 Another run with `-x` on travis, as there was a problem with autoloading `\PHPUnit\Util\FileLoader` only if through phpunit.xml file * Different handling on autloading for different cases in file loader for phpunit 7.0 ProcessorCounter now has new class for getting the OS so we can mock it. Tests were failing on MacOS
- Loading branch information
1 parent
1719190
commit f61c3b0
Showing
4 changed files
with
36 additions
and
9 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