Libraries tagged by phpuint
matthiasnoback/symfony-dependency-injection-test
9811685 Downloads
Library for testing user classes related to the Symfony Dependency Injection Component
matthiasnoback/symfony-config-test
10676220 Downloads
Library for testing user classes related to the Symfony Config Component
lchrusciel/api-test-case
6055794 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
nunomaduro/pao
659204 Downloads
Agent-optimized output for PHP testing tools
phpunit/phpcov
23702463 Downloads
CLI frontend for php-code-coverage
shipmonk/dead-code-detector
4475308 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
1622833 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
wp-phpunit/wp-phpunit
4709594 Downloads
WordPress core PHPUnit library
sempro/phpunit-pretty-print
4063532 Downloads
Prettify PHPUnit output
rregeer/phpunit-coverage-check
6706141 Downloads
Check the code coverage using the clover report of phpunit
rector/rector-phpunit
1850229 Downloads
Rector upgrades rules for PHPUnit
psalm/plugin-phpunit
24593467 Downloads
Psalm plugin for PHPUnit
phpunit/phpunit-selenium
11133998 Downloads
Selenium Server integration for PHPUnit
mattiasgeniar/phpunit-query-count-assertions
938183 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
1263898 Downloads
An easier way to use PHPUnit with CodeIgniter 3.x