Libraries tagged by phpunit
codeception/verify
13082953 Downloads
BDD assertion library for PHPUnit
codeception/specify
9731251 Downloads
BDD code blocks for PHPUnit and Codeception
automattic/wordbless
6567855 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
whatthejeff/nyancat-phpunit-resultprinter
682213 Downloads
Nyan Cat result printer for PHPUnit
seec/phpunit-consecutive-params
446631 Downloads
Drop-in Trait to use removed ConsecutiveParams from PhpUnit
robiningelbrecht/phpunit-pretty-print
312144 Downloads
Prettify PHPUnit output
nimut/phpunit-merger
1310132 Downloads
Merge multiple PHPUnit reports into one file
estahn/phpunit-json-assertions
856776 Downloads
JSON assertions for PHPUnit (including JSON Schema)
diablomedia/phpunit-pretty-printer
466673 Downloads
A PHPUnit result printer that shows per-file test progress and execution times
zalas/phpunit-injector
320592 Downloads
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
zalas/phpunit-globals
331216 Downloads
Allows to use attributes to define global variables in PHPUnit test cases.
rector/rector-phpunit
1549546 Downloads
Rector upgrades rules for PHPUnit
rawr/phpunit-data-provider
221258 Downloads
Lightweight builder for PhpUnit data providers
mheap/phpunit-github-actions-printer
2012944 Downloads
PHPUnit Printer for adding test failures as annotations on GitHub Actions
mattiasgeniar/phpunit-query-count-assertions
587388 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).