Skip to content

Releases: gocodebox/lifterlms-tests

Version 4.4

09 Sep 17:13
02b2eef
Compare
Choose a tag to compare

v4.4 - 2024-09-09

  • Fixing E2E tests docker compose command.

Version 4.3

05 Apr 14:45
25fe7ac
Compare
Choose a tag to compare

v4.3 - 2024-04-05

  • Upgrading to latest version of WPCS.

Version 4.2

25 Jan 16:30
46a681e
Compare
Choose a tag to compare

v4.2 - 2024-01-25

  • Fixing error when building main docker container.

Version 4.1.1

23 Oct 09:12
c678d83
Compare
Choose a tag to compare

v4.1.1 - 2023-10-23

  • Allow PHP dynamic properties for all the test classes.

Version 4.1.0

15 Sep 19:46
e83d8a3
Compare
Choose a tag to compare

v4.1.0 - 2022-09-15

  • Added optional $headers parameter to LLMS_REST_Unit_Test_Case::perform_mock_request().

Version 4.0.0

18 Aug 18:21
916d8b5
Compare
Choose a tag to compare

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, and LLMS_Unit_Test_Mock_Http::$_fuzzy_match.

Version 3.3.2

17 Aug 17:12
9fa8984
Compare
Choose a tag to compare

v3.3.1 - 2021-12-16

  • Fixed issues encountered when passing command arguments containing quotes into the wp command.

Version 3.3.1

16 Dec 16:43
3f62cbb
Compare
Choose a tag to compare

v3.3.1 - 2021-12-16

  • Fixed issues encountered when passing command arguments containing quotes into the wp command.

Version 3.3.0

13 Dec 17:10
8fcd453
Compare
Choose a tag to compare

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

26 Nov 22:14
a6b8509
Compare
Choose a tag to compare

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