Libraries tagged by tests
mheap/phpunit-github-actions-printer
2016488 Downloads
PHPUnit Printer for adding test failures as annotations on GitHub Actions
mattiasgeniar/phpunit-query-count-assertions
589085 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).
laracasts/testdummy
1413011 Downloads
Easy test stubs
kirschbaum-development/laravel-openapi-validator
874935 Downloads
Automatic OpenAPI validation for Laravel HTTP tests
josiasmontag/laravel-redis-mock
1540260 Downloads
This Laravel package provides a Redis mock for your tests
genesis/behat-fail-aid
1396139 Downloads
Get more out of your test suite by getting it to work with you when tests fail. Screenshots and more. Works with Goutte and MinkExtension.
drfraker/snipe-migrations
361474 Downloads
Blazing fast database migrations for Laravel tests.
drevops/behat-screenshot
1180357 Downloads
Behat extension and step definitions to create HTML and image screenshots on demand or when tests fail
codeception/visualception
947031 Downloads
Visual regression tests for Codeception
codeception/assert-throws
1582319 Downloads
Assert exception was thrown without stopping a test
cloudcreativity/json-api-testing
1365342 Downloads
PHPUnit test helpers to check JSON API documents.
christophrumpel/missing-livewire-assertions
211052 Downloads
This package adds missing livewire test assertions.
acquia/drupal-spec-tool
2494363 Downloads
A tool for specifying Drupal architecture details and generating automated tests for them
nimut/testing-framework
1348479 Downloads
TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
humbug/humbug
154375 Downloads
Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.