|
|
@@ -330,6 +330,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
330
|
330
|
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
|
|
331
|
331
|
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
|
|
332
|
332
|
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
|
333
|
+* [PHPUnit Polyfills](https://github.com/Yoast/PHPUnit-Polyfills/) - Simplifies running PHPUnit tests on multiple PHPUnit versions.
|
|
333
|
334
|
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
|
|
334
|
335
|
* [VFS Stream](https://github.com/bovigo/vfsStream) - A virtual filesystem stream wrapper for testing.
|
|
335
|
336
|
|