Releases: gocodebox/lifterlms-tests
Releases · gocodebox/lifterlms-tests
Version 3.2.0
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
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 ofWP_TESTS_VERSION
is now set totrunk
.
Version 3.0.0
v3.0.0 - 2021-09-27
- Updated to rely on
yoast/phpunit-polyfills
. - Renamed method
LLMS_Unit_Test_Case_Base::setUp()
toLLMS_Unit_Test_Case_Base::set_up()
for WP core compat. - Renamed method
LLMS_Unit_Test_Case_Base::tearDown()
toLLMS_Unit_Test_Case_Base::tear_down()
for WP core compat. - Renamed method
LLMS_REST_Unit_Test_Case::setUp()
toLLMS_REST_Unit_Test_Case::set_up()
for WP core compat. - Renamed method
LLMS_REST_Unit_Test_Case::tearDown()
toLLMS_REST_Unit_Test_Case::tear_down()
for WP core compat.
Version 2.0.2
v2.0.2 - 2021-08-23
- Bugfix: Fixed static property retrieval via
LLMS_Unit_Test_Utils::get_private_property_value()
.