Skip to content

Releases: gocodebox/lifterlms-tests

Version 3.2.0

08 Nov 20:29
306a318
Compare
Choose a tag to compare

v3.2.0 - 2021-11-08

  • Add phpunit testcase method, create_attachment(), a wrapper around WP core's attachment upload factory method.

Version 3.1.0

04 Oct 16:10
b78eee9
Compare
Choose a tag to compare

v3.1.0 - 2021-10-04

  • Raise minimum supported PHP version to 7.3
  • Add support for phpunit 9.5
  • When running llms-tests install, the default value of WP_TESTS_VERSION is now set to trunk.

Version 3.0.0

28 Sep 00:02
b0b4a2d
Compare
Choose a tag to compare

v3.0.0 - 2021-09-27

  • Updated to rely on yoast/phpunit-polyfills.
  • Renamed method LLMS_Unit_Test_Case_Base::setUp() to LLMS_Unit_Test_Case_Base::set_up() for WP core compat.
  • Renamed method LLMS_Unit_Test_Case_Base::tearDown() to LLMS_Unit_Test_Case_Base::tear_down() for WP core compat.
  • Renamed method LLMS_REST_Unit_Test_Case::setUp() to LLMS_REST_Unit_Test_Case::set_up() for WP core compat.
  • Renamed method LLMS_REST_Unit_Test_Case::tearDown() to LLMS_REST_Unit_Test_Case::tear_down() for WP core compat.

Version 2.0.2

23 Aug 18:48
694d9f3
Compare
Choose a tag to compare

v2.0.2 - 2021-08-23

  • Bugfix: Fixed static property retrieval via LLMS_Unit_Test_Utils::get_private_property_value().