Skip to content

Releases: lucatume/wp-browser

2.2.19

16 Aug 16:15
abfeaf3
Compare
Choose a tag to compare

Fixed

  • enhancements to the build scripts (thanks @karser)
  • avoid redefining constants during WPLoader module bootstrap

2.2.18

02 Aug 08:44
4f93cea
Compare
Choose a tag to compare

Fixed

  • WPLoader module: load WordPress on SUITE_INIT when only loading (#283)

2.2.17

31 Jul 16:34
Compare
Choose a tag to compare

Fixed

  • eager instantiation of WordPress factories causing warnings (#281)

2.2.16

24 Jul 04:08
Compare
Choose a tag to compare

Added

  • expose a tad\WPBrowser\Module\WPLoader\FactoryStore instance on the $tester property when loading the WPLoader module with loadOnly: false.

Fixed

  • add explicit override of the $tester property when scaffolding the WPTestCase class (thanks @Luc45)

2.2.15

28 Jun 12:12
Compare
Choose a tag to compare

Fixed

  • call Codeception\Test\Unit setup methods in WPTestCase to provide Codeception Unit testing facilities in "WordPress unit" test cases [#261 #262 ]

2.2.14

14 Jun 07:55
Compare
Choose a tag to compare

Fixed

  • remove left-over %WP_URL% from generated configuration files when runnin codecept init wpbrowser and replace it with %TEST_SITE_WP_URL% (thanks @HendrikRoehm)

2.2.13

13 Jun 09:19
Compare
Choose a tag to compare

Fixed

  • when the WPLoader module is set to loadOnly mode and used in conjunction with a *Db module delay its load after all other modules ran their _beforeSuite action; this tackles an issue only partially resolved in 2.2.8 (thanks @Luc45)

2.2.12

10 Jun 10:36
c495d5f
Compare
Choose a tag to compare

Fixed

  • make sure Cron is disabled while WPLoader module is installing WordPress in isolation (default mode)

2.2.11

06 Jun 20:34
2c79aa7
Compare
Choose a tag to compare

Added

  • support for timeout parameter in WPCLI module configuration

2.2.8

20 May 12:27
Compare
Choose a tag to compare

Changed

  • updated requirement of codeception/codeception to include version 3.0
  • updated WPTestCase to handle PHPUnit version 8.0+ compatibility
  • internalized the classes and functions provided by the lucatume/wp-browser-commons package

Fixed

  • initialize the WPLoader module after all other modules initialized when loadOnly is true to avoid WordPress exiting due to a non-initialized database fixture