Libraries tagged by phpunit5
mattiasgeniar/phpunit-query-count-assertions
601210 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
1129995 Downloads
PHPUnit assertions for testing PSR7-compliant applications
estahn/phpunit-json-assertions
869698 Downloads
JSON assertions for PHPUnit (including JSON Schema)
diablomedia/phpunit-pretty-printer
471156 Downloads
A PHPUnit result printer that shows per-file test progress and execution times
nunomaduro/mock-final-classes
677295 Downloads
Allows mocking of final methods and classes in PHP.
gecko-packages/gecko-php-unit
3914840 Downloads
Additional PHPUnit asserts and constraints.
fr3d/swagger-assertions
799890 Downloads
Test your API requests and responses against your swagger definition
ergebnis/data-provider
1098747 Downloads
Provides generic data providers for use with phpunit/phpunit.
blastcloud/guzzler
370614 Downloads
Supercharge your app or SDK with a testing library specifically for Guzzle.
spatie/tabular-assertions
89676 Downloads
Write tabular assertions with Pest or PHPUnit
spatie/docker
99548 Downloads
Run a docker container in your PHPUnit tests
misantron/dbunit
961107 Downloads
DbUnit fork supporting PHPUnit 9/10/11
kornrunner/dbunit
1160721 Downloads
PHPUnit extension for database interaction testing
cloudcreativity/json-api-testing
1390731 Downloads
PHPUnit test helpers to check JSON API documents.
byjg/swagger-test
353538 Downloads
A set of tools for testing your REST calls based on the Swagger or OpenAPI documentation using PHPUnit