Libraries tagged by unit-test
phpunit/phpunit
992326430 Downloads
The PHP Unit Testing framework.
infection/infection
31789083 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.
codeception/codeception
93324148 Downloads
All-in-one PHP Testing Framework
mikey179/vfsstream
118841525 Downloads
Virtual file system to mock the real file system in unit tests.
nette/tester
7741858 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
10up/wp_mock
3362251 Downloads
A mocking library to take the pain out of unit testing for WordPress
yoast/wp-test-utils
2765779 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
kenjis/ci-phpunit-test
1276481 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
kahlan/kahlan
1277620 Downloads
The PHP Test Framework for Freedom, Truth and Justice.
atoum/atoum
2720461 Downloads
Simple modern and intuitive unit testing framework for PHP 8.0+
donatj/mock-webserver
2796067 Downloads
Simple mock web server for unit testing
datto/json-rpc
1367338 Downloads
Fully unit-tested JSON-RPC 2.0 for PHP
sammyk/laravel-facebook-sdk
1269041 Downloads
Fully unit tested Facebook SDK v5 integration for Laravel & Lumen 5.x
simpletest/simpletest
375340 Downloads
SimpleTest is a framework for unit testing, web site testing and mock objects for PHP.
humbug/humbug
157359 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.