Releases: gocodebox/lifterlms-tests
Releases · gocodebox/lifterlms-tests
Version 4.4
Version 4.3
v4.3 - 2024-04-05
- Upgrading to latest version of WPCS.
Version 4.2
v4.2 - 2024-01-25
- Fixing error when building main docker container.
Version 4.1.1
v4.1.1 - 2023-10-23
- Allow PHP dynamic properties for all the test classes.
Version 4.1.0
v4.1.0 - 2022-09-15
- Added optional
$headers
parameter toLLMS_REST_Unit_Test_Case::perform_mock_request()
.
Version 4.0.0
v4.0.0 - 2022-08-18
- Automatically skips API integration tests in
LLMS_Unit_Test_Case_Base::set_up()
. - Added the ability to mock multiple consecutive HTTP requests via
LLMS_Unit_Test_Mock_Http::mock_http_request()
. - [BREAKING] Removed protected class members:
LLMS_Unit_Test_Mock_Http::$_url_to_mock
,LLMS_Unit_Test_Mock_Http::$_mock_return
, andLLMS_Unit_Test_Mock_Http::$_fuzzy_match
.
Version 3.3.2
v3.3.1 - 2021-12-16
- Fixed issues encountered when passing command arguments containing quotes into the
wp
command.
Version 3.3.1
v3.3.1 - 2021-12-16
- Fixed issues encountered when passing command arguments containing quotes into the
wp
command.
Version 3.3.0
v3.3.0 - 2021-12-13
- Added
LLMS_Unit_Test_API_Integrations
a trait with utilities intended for use with external API integration tests.
Version 3.2.1
v3.2.1 - 2021-11-26
- Output assertions found in
LLMS_Unit_Test_Assertions_Output
can call protected or private methods through `LLMS_Unit_Test_Util::call_metho