Libraries tagged by unit-testing
phpunit/phpunit
939682368 Downloads
The PHP Unit Testing framework.
codeception/codeception
88845150 Downloads
All-in-one PHP Testing Framework
infection/infection
27915897 Downloads
Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.
atoum/atoum
2650262 Downloads
Simple modern and intuitive unit testing framework for PHP 8.0+
nette/tester
7459340 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
10up/wp_mock
3107066 Downloads
A mocking library to take the pain out of unit testing for WordPress
yoast/wp-test-utils
2471586 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
kenjis/ci-phpunit-test
1218535 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
donatj/mock-webserver
2613987 Downloads
Simple mock web server for unit testing
seec/phpunit-consecutive-params
744039 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit
humbug/humbug
155657 Downloads
Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.
simpletest/simpletest
364086 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
php-vfs/php-vfs
2785001 Downloads
Virtual file system implementation for use with PHP unit testing.
ttn/tea
23605 Downloads
TYPO3 example extension for unit testing and best practices
fiunchinho/phpunit-randomizer
753567 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies