Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
4.1.6
4.1.6
Changed
- Load WordPress at
SUITE_BEFORE
in the WPLoader
module, I had previously changed this to SUITE_INIT
but that was causing issues.
- Update Core PHPUnit tests
- Update SQLite plugin.
3.5.6
3.5.6
Changed
- Load WordPress at
SUITE_BEFORE
in the WPLoader
module, I had previously changed this to SUITE_INIT
but that was causing issues.
- Update Core PHPUnit tests
- Update SQLite plugin.
4.1.5
4.1.5
Changed
- Update init template to scaffold dump file path and example tests correctly (thanks @tarecord).
3.5.5
3.5.5
Changed
- Update init template to scaffold dump file path and example tests correctly (thanks @tarecord).
4.1.4
4.1.4
Added
- The
AirplaneMode
module, based on the norcross/airplane-mode
plugin, to put the website under test in "airplane mode", preventing it from making any network requests during tests.
3.5.4
3.5.4
Fixed
- Update the build script to target the correct branch.
3.5.3
3.5.3
Added
- The
AirplaneMode
module, based on the norcross/airplane-mode
plugin, to put the website under test in "airplane mode", preventing it from making any network requests during tests.
4.1.3
4.1.3
Added
lucatume\WPBrowser\Traits\UopzFunctions
trait to provide a set of functions to work with the uopz
extension; see the documentation for more details.
3.5.2
3.5.2
Added
lucatume\WPBrowser\Traits\UopzFunctions
trait to provide a set of functions to work with the uopz
extension; see the documentation for more details.
4.1.2
4.1.2
Changed
- Disable MU update routine in CLI router to speed up test execution.