Libraries tagged by phpunit5
matthiasnoback/symfony-dependency-injection-test
9817558 Downloads
Library for testing user classes related to the Symfony Dependency Injection Component
matthiasnoback/symfony-config-test
10682865 Downloads
Library for testing user classes related to the Symfony Config Component
lchrusciel/api-test-case
6059768 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
nunomaduro/pao
660925 Downloads
Agent-optimized output for PHP testing tools
phpunit/phpcov
23713564 Downloads
CLI frontend for php-code-coverage
shipmonk/dead-code-detector
4485699 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
1627963 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
wp-phpunit/wp-phpunit
4719557 Downloads
WordPress core PHPUnit library
sempro/phpunit-pretty-print
4065459 Downloads
Prettify PHPUnit output
rregeer/phpunit-coverage-check
6711680 Downloads
Check the code coverage using the clover report of phpunit
rector/rector-phpunit
1850436 Downloads
Rector upgrades rules for PHPUnit
psalm/plugin-phpunit
24606785 Downloads
Psalm plugin for PHPUnit
phpunit/phpunit-selenium
11136230 Downloads
Selenium Server integration for PHPUnit
mattiasgeniar/phpunit-query-count-assertions
940126 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
1264557 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x