Skip to content

Releases: lucatume/wp-browser

4.1.3

13 Mar 10:39
Compare
Choose a tag to compare

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

13 Mar 10:40
Compare
Choose a tag to compare

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

07 Mar 08:56
Compare
Choose a tag to compare

4.1.2

Changed

  • Disable MU update routine in CLI router to speed up test execution.

3.5.1

07 Mar 08:54
Compare
Choose a tag to compare

3.5.1

Changed

  • Refactor MysqlDatabase class following merge of #702.
  • Disable MU update routine in CLI router to speed up test execution.

4.1.1

06 Mar 08:13
Compare
Choose a tag to compare

4.1.1

Changed

  • Replace ifsnop/mysqldump-php with druidfi/mysqldump-php for better performance (thanks @staabm).

4.1.0

20 Feb 10:19
Compare
Choose a tag to compare

4.1.0

Changed

  • The WPTestCase class will not backup globals and static attributes by default. Version 3 of wp-browser did not backup globals and static attributes by default, this change in version 4 is aligned with that behaviour to ease migration from version 3 to version 4.

Added

  • Restored support for the @runInSeparateProcess annotation for test methods. Along with it, improved support for the @dataProvider annotation for test methods used in conjunction with the @runInSeparateProcess annotation to run data provider methods at most once.
  • Implemented support for the runTestsInSeparateProcesses annotation for test classes; supporting the @dataProvider annotation ro run data provider methods at most once.
  • Added support for the #[RunInSeparateProcess] attribute for test methods and the #[RunTestsInSeparateProcesses] attribute for test classes.
  • Migration guide from version 3 to version 3.5 or 4

3.5.0

20 Feb 10:38
Compare
Choose a tag to compare

Breaking change

  • First release of the v3.5 branch built from the transpile of the v4 branch.
  • Depending on your project set up, some of your test code could require migration to be compatible with the new architecture. See the migration guide for more information.

4.0.21

12 Feb 20:28
Compare
Choose a tag to compare

4.0.21

Fixed

  • Search more paths for Chrome binaries on linux (#694, thanks to @iateadonut)

Changed

  • List paths searched for Chrome on current platform in debug output

4.0.20

12 Feb 10:36
Compare
Choose a tag to compare

4.0.20

Added

  • Print file and line of failure during setup of plugin project, (#694, thanks to @iateadonut)

4.0.19

09 Feb 13:23
Compare
Choose a tag to compare

4.0.19

Fixed

  • PHPUnit version 10+ warnings (#692)

Changed

  • Updated Core PHPUnit test code from wordpress/wordpress-develop.
  • Update SQLite plugin from sqlite-database-integration plugin.