Skip to content

Commit b4c1eda

Browse files
authored
Merge pull request #136 from aik099/use-newer-phpunit-compat
Use newer "console-helpers/phpunit-compat" library version
2 parents b841ec5 + 9a25aa7 commit b4c1eda

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1818
- (Not a BC break) Some protected properties of the `BrowserTestCase` class are private now. Affected properties: `sessionStrategyManager`, `remoteCoverageHelper`, `sessionStrategy`.
1919
- Bumped minimal required `Behat/Mink` version to 1.8 (needed after `SessionProxy` class removal).
2020
- Shared session strategy now also closes popups left over from the previous test before switching back to the main window.
21+
- Bumped minimal required `console-helpers/phpunit-compat` version to 1.0.3 to load classes through the custom autoloader script.
2122

2223
### Fixed
2324
- The remote code coverage collection cookies were set even, when the remote code coverage script URL wasn't specified.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"behat/mink": "^1.8@dev",
1818
"behat/mink-selenium2-driver": "~1.2",
1919
"phpunit/phpunit": ">=4.8.35 <5|>=5.4.3",
20-
"console-helpers/phpunit-compat": "^1.0.2"
20+
"console-helpers/phpunit-compat": "^1.0.3"
2121
},
2222

2323
"require-dev": {

composer.lock

Lines changed: 25 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)