Libraries tagged by unit test
phpunit/phpunit
773109863 Downloads
The PHP Unit Testing framework.
codeception/codeception
73546724 Downloads
BDD-style testing framework
pestphp/pest
32149927 Downloads
The elegant PHP Testing Framework.
infection/infection
18353577 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
89389141 Downloads
Virtual file system to mock the real file system in unit tests.
nette/tester
6057561 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
atoum/atoum
2386813 Downloads
Simple modern and intuitive unit testing framework for PHP 5.3+
pestphp/pest-plugin-mutate
5848467 Downloads
Mutates your code to find untested cases
pestphp/pest-plugin-laravel
22360565 Downloads
The Pest Laravel Plugin
pestphp/pest-plugin-arch
20633599 Downloads
The Arch plugin for Pest PHP.
pestphp/pest-plugin
31288687 Downloads
The Pest plugin manager
dg/bypass-finals
18624068 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
kenjis/ci-phpunit-test
1052396 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
typo3/testing-framework
3670671 Downloads
The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.
colinodell/psr-testlogger
7551800 Downloads
PSR-3 compliant test logger based on psr/log v1's, but compatible with v2 and v3 too!