Libraries tagged by unit-testing
phpunit/phpunit
753601655 Downloads
The PHP Unit Testing framework.
codeception/codeception
72004388 Downloads
BDD-style testing framework
infection/infection
17574031 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.
nette/tester
5922885 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
kenjis/ci-phpunit-test
1034926 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
donatj/mock-webserver
1881010 Downloads
Simple mock web server for unit testing
atoum/atoum
2350477 Downloads
Simple modern and intuitive unit testing framework for PHP 5.3+
10up/wp_mock
2410822 Downloads
A mocking library to take the pain out of unit testing for WordPress
yoast/wp-test-utils
1619388 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
seec/phpunit-consecutive-params
326727 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit
php-vfs/php-vfs
2469539 Downloads
Virtual file system implementation for use with PHP unit testing.
zendframework/zend-test
4221420 Downloads
Tools to facilitate unit testing of zend-mvc applications
fiunchinho/phpunit-randomizer
739103 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies
atoum/stubs
684635 Downloads
Stubs for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+
humbug/humbug
153274 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.