Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasplevy committed Aug 18, 2022
1 parent 8512329 commit 916d8b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
LifterLMS Tests Changelog
=========================

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`.


v3.3.2 - 2022-08-17
-------------------

Expand Down

0 comments on commit 916d8b5

Please sign in to comment.