Libraries tagged by phpunit
automattic/wordbless
5697859 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
671377 Downloads
Nyan Cat result printer for PHPUnit
robiningelbrecht/phpunit-pretty-print
198447 Downloads
Prettify PHPUnit output
nimut/phpunit-merger
940904 Downloads
Merge multiple PHPUnit reports into one file
estahn/phpunit-json-assertions
718653 Downloads
JSON assertions for PHPUnit (including JSON Schema)
diablomedia/phpunit-pretty-printer
420011 Downloads
A PHPUnit result printer that shows per-file test progress and execution times
zalas/phpunit-injector
250988 Downloads
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
zalas/phpunit-globals
238121 Downloads
Allows to use attributes to define global variables in PHPUnit test cases.
rector/rector-phpunit
1444319 Downloads
Rector upgrades rules for PHPUnit
rawr/phpunit-data-provider
92715 Downloads
Lightweight builder for PhpUnit data providers
mheap/phpunit-github-actions-printer
1762717 Downloads
PHPUnit Printer for adding test failures as annotations on GitHub Actions
mattiasgeniar/phpunit-query-count-assertions
462185 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-psr7-assert
507599 Downloads
PHPUnit assertions for testing PSR7-compliant applications
yoast/wp-test-utils
1433620 Downloads
PHPUnit cross-version compatibility layer for testing plugins and themes build for WordPress
nunomaduro/mock-final-classes
495589 Downloads
Allows mocking of final methods and classes in PHP.