Libraries tagged by php testing
phpunit/php-code-coverage
744939055 Downloads
Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/phpunit
759028247 Downloads
The PHP Unit Testing framework.
mockery/mockery
405118007 Downloads
Mockery is a simple yet flexible PHP mock object framework
pestphp/pest
30154994 Downloads
The elegant PHP Testing Framework.
brianium/paratest
76595890 Downloads
Parallel testing for PHP
behat/behat
81401589 Downloads
Scenario-oriented BDD framework for PHP
infection/infection
17758824 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.
symfony/panther
11246742 Downloads
A browser testing and web scraping library for PHP and Symfony.
phpspec/phpspec
33837047 Downloads
Specification-oriented BDD framework for PHP 7.1+
phpmetrics/phpmetrics
11996201 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
phpbench/phpbench
7886052 Downloads
PHP Benchmarking Framework
behat/mink
74059633 Downloads
Browser controller/emulator abstraction for PHP
php-mock/php-mock
13211245 Downloads
PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.
nette/tester
5964578 Downloads
Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏
pestphp/pest-plugin-mutate
4669980 Downloads
Mutates your code to find untested cases