Libraries tagged by ufit
usoft/ufit
686 Downloads
Code Structure
ufito3000/oxygen
18 Downloads
A class to manage objects, properties and JSON files in an easy way
sebastian/code-unit-reverse-lookup
845020737 Downloads
Looks up which function or method a line of code belongs to
pestphp/pest
78255618 Downloads
The elegant PHP Testing Framework.
phpunit/phpunit
973476094 Downloads
The PHP Unit Testing framework.
sebastian/code-unit
568415689 Downloads
Collection of value objects that represent the PHP code units
codeception/codeception
91768877 Downloads
All-in-one PHP Testing Framework
sebastian/complexity
586532673 Downloads
Library for calculating the complexity of PHP code units
pestphp/pest-plugin-profanity
22856079 Downloads
The Pest Profanity Plugin
pestphp/pest-plugin-laravel
59972640 Downloads
The Pest Laravel Plugin
infection/infection
30200210 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.
dg/bypass-finals
30359870 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
mikey179/vfsstream
116547913 Downloads
Virtual file system to mock the real file system in unit tests.
php-units-of-measure/php-units-of-measure
3869638 Downloads
A PHP library for converting between standard units of measure.
pestphp/pest-plugin-mutate
43887494 Downloads
Mutates your code to find untested cases