Skip to content

Commit

Permalink
Add PHPUnit Polyfills (#1301)
Browse files Browse the repository at this point in the history
Repo: https://github.com/Yoast/PHPUnit-Polyfills/
Packagist: https://packagist.org/packages/yoast/phpunit-polyfills

Full disclosure: I'm the maintainer of the package. Yes, I did read the contributing guide, so I'll make my case ;-)

* Used by > [35K dependents](https://github.com/Yoast/PHPUnit-Polyfills/network/dependents)
* Over [20M downloads via Packagist](https://packagist.org/packages/yoast/phpunit-polyfills/stats)
* Used by [popular packages on the list](https://packagist.org/packages/yoast/phpunit-polyfills/dependents?order_by=downloads), including WordPress.
* [Recommended by the author of PHPUnit itself](https://phpunit.de/supported-versions.html) for running tests on multiple PHPUnit versions.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
  • Loading branch information
jrfnl and jrfnl authored Aug 29, 2024
1 parent 0501d7d commit 66f3698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
* [PHPUnit Polyfills](https://github.com/Yoast/PHPUnit-Polyfills/) - Simplifies running PHPUnit tests on multiple PHPUnit versions.
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
* [VFS Stream](https://github.com/bovigo/vfsStream) - A virtual filesystem stream wrapper for testing.

Expand Down

0 comments on commit 66f3698

Please sign in to comment.