Skip to content

Releases: lucatume/wp-browser

4.0.14

06 Dec 10:04
Compare
Choose a tag to compare

4.0.14

Added

  • The WPLoader::skipInstall configuration parameter to skip the WordPress installation when already installed.

4.0.13

28 Nov 09:22
Compare
Choose a tag to compare

4.0.13

Changed

  • Updated Core PHPUnit test suite
  • Updated SQLite plugin from version 2.1.1 to 2.1.2

4.0.12

25 Nov 14:12
Compare
Choose a tag to compare

4.0.12

Added

  • Added the backupGlobals, backupGlobalsExcludeList, backupStaticAttributes, backupStaticAttributesExcludeList to the WPLoader module configuration file to provide a sweeping control over the state snapshot of test cases extending the WPTestCase class. Test cases overriding those properties explicitly will have their values respected.

4.0.11

24 Nov 15:57
Compare
Choose a tag to compare

4.0.11

Fixed

  • Correctly activate themes during bootstrap.
  • Remove brittle database name validation, fix #667 and #671.

Changed

  • Lay the groundwork for version 3.5 automated building.

3.2.2

20 Nov 15:05
Compare
Choose a tag to compare

3.2.2

Added

  • Support for the activatePluginsSilently configuration parameter in the WPLoader module to activate plugins without firing the activated_plugin hook.

4.0.10

14 Oct 09:21
Compare
Choose a tag to compare

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

09 Oct 07:30
Compare
Choose a tag to compare

4.0.9

Fixed

  • Support database names up to 64 chars in the Database\MysqlDatabase class. (thanks @BrianHenryIE)

4.0.8

08 Oct 13:12
Compare
Choose a tag to compare

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)

4.0.7

08 Oct 12:16
Compare
Choose a tag to compare

4.0.7

Fixed

  • Rework the Core PHPUnit test case handling to correctly fire the test case set up and tear down methods.

4.0.6

05 Oct 07:41
Compare
Choose a tag to compare

4.0.6

Fixed

  • Added back the amEditingUserWithId methood to the WPBrowser and WPWebDriver modules. (thanks @johnbillion for the original 3.1.7 contribution)