-
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.
Clean up
RmStepRunner
and its tests (#95)
### What does this PR do? - removes the try / catch block from the `RmStepRunner` - renames some variables in the test class for better readability and to match linting standards ### What problem does it fix? - the runner was catching IOExceptions, but we agreed it shouldn't #65 - some variables could've been named better ### How to test if it works? - this PR includes tests for `RmStepRunner` - all tests should pass for all supported PHP versions
- Loading branch information
Showing
2 changed files
with
138 additions
and
154 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