Skip to content

Releases: wpup/test-suite

v1.1.1

24 Feb 15:30

Choose a tag to compare

  • Add wp test data dir
  • Added support for newer VVV-setups in test root path autoloader

v1.1.0

10 Nov 13:38

Choose a tag to compare

  • Remove support for PHP 5.3, 5.4, and 5.5.
  • Remove support for PHPUnit 4

v1.0.20

19 Aug 09:32

Choose a tag to compare

  • Added bin/install-wp-cli.sh

v1.0.19

08 Feb 14:29

Choose a tag to compare

Fixed: Only create database if it doesn't exists. It can happen on Codeship sometimes.

v1.0.18

03 Feb 18:09

Choose a tag to compare

  • Improved installation script

v1.0.17

08 Jan 19:40

Choose a tag to compare

  • Added support for accessing wordpress develop from a plugin folder in wordpress default

v1.0.16

10 Oct 07:46

Choose a tag to compare

  • Fixed install-wp-tests.sh so it checkouts right branch for right version. Solution from wp-cli.
  • Removed extras.php since it's not required anymore.

v1.0.15

06 Oct 13:02

Choose a tag to compare

  • Added default plugin file name plugin.php
  • Renamed WTB_PLUGIN_FILE_NAME to WTS_PLUGIN_FILE_NAME to match better with plugin name.

v1.0.14

19 Sep 20:49

Choose a tag to compare

  • Changed so extras file is loaded as a must use plugin.
  • Updated readme about a new root path.

v1.0.13

19 Sep 20:20

Choose a tag to compare

  • Fixed so nightly works with extras file.