Skip to content

Commit b841ec5

Browse files
authored
Fixed typos in the CHANGELOG.md
1 parent 21a79f7 commit b841ec5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
### Added
77
- Specify failed PHPUnit assertion text to the BrowserStack ("reason" field)/SauceLabs("custom-data" field) test.
8-
- Added the `$auto_create` parameter to the `BrowserTestCase::getSession` method, which allows to verify is session is already started.
9-
- Added the `ISessionStrategy::isFreshSession` method to indicate fact, that previous `ISessionStrategy::session` call have created a new session instead of reusing a previously created one. Can be used to perform a login once per a test case class.
8+
- Added the `$auto_create` parameter to the `BrowserTestCase::getSession` method, which allows to verify if session is already started.
9+
- Added the `ISessionStrategy::isFreshSession` method to indicate fact, that previous `ISessionStrategy::session` call has created a new session instead of reusing a previously created one. Can be used to perform a login once per a test case class.
1010

1111
### Changed
1212
- Bumped minimum PHP version to 5.6.
@@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1717
- (Not a BC break) Some public methods of the `BrowserTestCase` class are protected now. Affected methods: `setRemoteCoverageScriptUrl`, `setBrowser`, `getBrowser`, `setSessionStrategy`, `getSessionStrategy`, `getCollectCodeCoverageInformation`, `getRemoteCodeCoverageInformation`.
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).
20-
- Shared session strategy now also closes popups left order from the previous test before switching back to the main window.
20+
- Shared session strategy now also closes popups left over from the previous test before switching back to the main window.
2121

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

0 commit comments

Comments
 (0)