Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.12
Added
- Added the
backupGlobals
,backupGlobalsExcludeList
,backupStaticAttributes
,backupStaticAttributesExcludeList
to theWPLoader
module configuration file to provide a sweeping control over the state snapshot of test cases extending theWPTestCase
class. Test cases overriding those properties explicitly will have their values respected.
4.0.11
3.2.2
4.0.10
4.0.10
Added
- Methods to set, delete, check and assert on the value of site and normal transients to the
WPDb
class.
Fixed
- Allow hyphens in database names in the
MySqlDatabase
class. (thanks @BrianHenryIE)
4.0.9
4.0.9
Fixed
- Support database names up to 64 chars in the
Database\MysqlDatabase
class. (thanks @BrianHenryIE)
4.0.8
4.0.8
Changed
- Better exception message in the
WordPress\WPConfigFile
class when the processing fails. (thanks @BrianHenryIE) - Deal with fixable code style fixes automatically. (thanks @BrianHenryIE)
Fixed
- Composer autoload file path location in the
Process\Protocol\Control
that would cause tests to not run correctly outside of terminal. (thanks @BrianHenryIE)