Libraries tagged by phpunit7
shipmonk/dead-code-detector
503315 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
1102606 Downloads
PHP library for property-based testing. Integrates with PHPUnit.
codeception/verify
13124130 Downloads
BDD assertion library for PHPUnit
codeception/specify
9754348 Downloads
BDD code blocks for PHPUnit and Codeception
automattic/wordbless
6582325 Downloads
WorDBless allows you to use WordPress core functions in your PHPUnit tests without having to set up a database and the whole WordPress environment
zalas/phpunit-injector
323144 Downloads
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
zalas/phpunit-globals
334059 Downloads
Allows to use attributes to define global variables in PHPUnit test cases.
whatthejeff/nyancat-phpunit-resultprinter
682520 Downloads
Nyan Cat result printer for PHPUnit
seec/phpunit-consecutive-params
454867 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit
robiningelbrecht/phpunit-pretty-print
318125 Downloads
Prettify PHPUnit output
rector/rector-phpunit
1555353 Downloads
Rector upgrades rules for PHPUnit
rawr/phpunit-data-provider
226799 Downloads
Lightweight builder for PhpUnit data providers
nimut/phpunit-merger
1326452 Downloads
Merge multiple PHPUnit reports into one file
mheap/phpunit-github-actions-printer
2019491 Downloads
PHPUnit Printer for adding test failures as annotations on GitHub Actions
mattiasgeniar/phpunit-query-count-assertions
591647 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).