Libraries tagged by PHP Unit
shipmonk/dead-code-detector
4031940 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
1520178 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
rregeer/phpunit-coverage-check
6617102 Downloads
Check the code coverage using the clover report of phpunit
kenjis/ci-phpunit-test
1251659 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x
wp-phpunit/wp-phpunit
4515350 Downloads
WordPress core PHPUnit library
sempro/phpunit-pretty-print
4021878 Downloads
Prettify PHPUnit output
psalm/plugin-phpunit
24344393 Downloads
Psalm plugin for PHPUnit
phpunit/phpunit-selenium
11105367 Downloads
Selenium Server integration for PHPUnit
mattiasgeniar/phpunit-query-count-assertions
910587 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).
helmich/phpunit-json-assert
4539836 Downloads
PHPUnit assertions for JSON documents
allure-framework/allure-phpunit
13556904 Downloads
Allure PHPUnit integration
yoast/wp-test-utils
2643020 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
nunomaduro/mock-final-classes
1013100 Downloads
Allows mocking of final methods and classes in PHP.
donatj/mock-webserver
2718721 Downloads
Simple mock web server for unit testing
colinodell/psr-testlogger
14281925 Downloads
PSR-3 compliant test logger based on psr/log v1's, but compatible with v2 and v3 too!