Libraries tagged by ufit
usoft/ufit
674 Downloads
Code Structure
sebastian/code-unit-reverse-lookup
675755369 Downloads
Looks up which function or method a line of code belongs to
phpunit/phpunit
773290289 Downloads
The PHP Unit Testing framework.
sebastian/code-unit
410908570 Downloads
Collection of value objects that represent the PHP code units
pestphp/pest
32187057 Downloads
The elegant PHP Testing Framework.
codeception/codeception
73560996 Downloads
BDD-style testing framework
sebastian/complexity
407266898 Downloads
Library for calculating the complexity of PHP code units
infection/infection
18383225 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
89416545 Downloads
Virtual file system to mock the real file system in unit tests.
pestphp/pest-plugin-mutate
5875047 Downloads
Mutates your code to find untested cases
pestphp/pest-plugin-laravel
22392073 Downloads
The Pest Laravel Plugin
pestphp/pest-plugin-arch
20669357 Downloads
The Arch plugin for Pest PHP.
pestphp/pest-plugin
31325342 Downloads
The Pest plugin manager
nette/tester
6060475 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
dg/bypass-finals
18629542 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes