Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
2.6.14
Added
- the
logOut(string|bool $redirectTo)
method to the WPBrowser
and WPWebDriver
modules (thanks @gabe-connolly)
2.6.13
Fixed
- restore full phpstan lvl 8 coverage
2.6.12
Changed
- rename the
rmkdir
function to mkdirp
for clarity and resemblance with the WordPress one.
2.6.11
Fixed
- an issue where the
recurseRemoveDir
function would leave empty directories behind, fixes #447
Added
- the
rmkdir
function to scaffold nested directory structures and files
2.6.10
Fixed
- remove version block on
symfony/filesystem
dependency, fixes #440
2.6.9
Added
- the
WPDb::importSql
method to allow importing custom SQL strings in the database during tests
2.6.8
Fixed
- avoid deprecation notices when loading
MockPHPMailer
, fixes #436
2.6.7
Added
- the
WPDb::havePostThumbnailInDatabase
and WPDb::dontHavePostThumbnailInDatabase
methods, fixes #434
2.6.6
Fixed
- URL replacement function in
WPDb
module that would incorrectly handling the replacement of locahost:port
URLs, fixes #430
2.6.5
Fixed
- return type of
WPLoader::factory
method to ensure IDE type-hinting will work correctly (thanks @Luc45)