You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/11-04-01-Complementary-Testing-Tools.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ libraries useful for any preferred approach taken.
16
16
[PHPSpec] and can be used with [PHPUnit].
17
17
*[php-mock] is a library to help to mock PHP native functions.
18
18
*[Infection] is a PHP implementation of [Mutation Testing] to help to measure the effectiveness of your tests.
19
+
*[PHPUnit Polyfills] is a library that allows for creating PHPUnit cross-version compatible tests when a test suite needs to run against a range of PHPUnit versions.
19
20
20
21
21
22
[Selenium]: https://www.seleniumhq.org/
@@ -27,3 +28,4 @@ libraries useful for any preferred approach taken.
0 commit comments