-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What does this PR do? - `UnzipStepRunner` tests will now pass for all supported PHP versions - some variables in the test were renamed for better readability and to match linting standards ### What problem does it fix? - the `ZipCentralDirectoryEntry` and `ZipFileEntry` had some code that was PHP == 7.0 incompatible - some tests for the `UnzipStepRunner` were commented out since it broke the pipeline for PHP == 7.0 ### How to test if it works? - this PR includes tests for `UnzipStepRunner` - all tests should pass for all supported PHP versions
- Loading branch information
Showing
4 changed files
with
42 additions
and
45 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