Libraries tagged by phpfun
nunomaduro/pao
614401 Downloads
Agent-optimized output for PHP testing tools
phpunit/phpcov
23273458 Downloads
CLI frontend for php-code-coverage
shipmonk/dead-code-detector
3983950 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
giorgiosironi/eris
1513618 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
wp-phpunit/wp-phpunit
4493358 Downloads
WordPress core PHPUnit library
sempro/phpunit-pretty-print
4018020 Downloads
Prettify PHPUnit output
rregeer/phpunit-coverage-check
6608790 Downloads
Check the code coverage using the clover report of phpunit
psalm/plugin-phpunit
24309998 Downloads
Psalm plugin for PHPUnit
phpunit/phpunit-selenium
11102158 Downloads
Selenium Server integration for PHPUnit
mattiasgeniar/phpunit-query-count-assertions
907598 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
kenjis/ci-phpunit-test
1250244 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
helmich/phpunit-json-assert
4532798 Downloads
PHPUnit assertions for JSON documents
allure-framework/allure-phpunit
13544542 Downloads
Allure PHPUnit integration
yoast/wp-test-utils
2630431 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
nunomaduro/mock-final-classes
1010710 Downloads
Allows mocking of final methods and classes in PHP.