Libraries tagged by unit-test
phpunit/phpunit
941912568 Downloads
The PHP Unit Testing framework.
codeception/codeception
89032913 Downloads
All-in-one PHP Testing Framework
infection/infection
28034821 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.
mikey179/vfsstream
112365351 Downloads
Virtual file system to mock the real file system in unit tests.
atoum/atoum
2653556 Downloads
Simple modern and intuitive unit testing framework for PHP 8.0+
nette/tester
7474155 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
10up/wp_mock
3115755 Downloads
A mocking library to take the pain out of unit testing for WordPress
yoast/wp-test-utils
2484370 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
kenjis/ci-phpunit-test
1221488 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
kahlan/kahlan
1213093 Downloads
The PHP Test Framework for Freedom, Truth and Justice.
donatj/mock-webserver
2621483 Downloads
Simple mock web server for unit testing
sammyk/laravel-facebook-sdk
1241726 Downloads
Fully unit tested Facebook SDK v5 integration for Laravel & Lumen 5.x
simpletest/simpletest
364462 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
humbug/humbug
155664 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.
seec/phpunit-consecutive-params
749174 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit