Skip to content

Commit

Permalink
Merge pull request #136 from aik099/use-newer-phpunit-compat
Browse files Browse the repository at this point in the history
Use newer "console-helpers/phpunit-compat" library version
  • Loading branch information
aik099 authored Jul 15, 2024
2 parents b841ec5 + 9a25aa7 commit b4c1eda
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- (Not a BC break) Some protected properties of the `BrowserTestCase` class are private now. Affected properties: `sessionStrategyManager`, `remoteCoverageHelper`, `sessionStrategy`.
- Bumped minimal required `Behat/Mink` version to 1.8 (needed after `SessionProxy` class removal).
- Shared session strategy now also closes popups left over from the previous test before switching back to the main window.
- Bumped minimal required `console-helpers/phpunit-compat` version to 1.0.3 to load classes through the custom autoloader script.

### Fixed
- The remote code coverage collection cookies were set even, when the remote code coverage script URL wasn't specified.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"behat/mink": "^1.8@dev",
"behat/mink-selenium2-driver": "~1.2",
"phpunit/phpunit": ">=4.8.35 <5|>=5.4.3",
"console-helpers/phpunit-compat": "^1.0.2"
"console-helpers/phpunit-compat": "^1.0.3"
},

"require-dev": {
Expand Down
45 changes: 25 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4c1eda

Please sign in to comment.