Libraries tagged by testsuite
friends-of-behat/mink-driver-testsuite
1847 Downloads
Functional testsuite for Mink drivers
lorenzo/cakephp-fixturize
13413 Downloads
Provides custom Fixture classes to help managing test fixtures in pure SQL
zeeloengineering/zeelo-php-vcr
34336 Downloads
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
vierge-noire/cakephp-behat-suite
104 Downloads
Test suite for behavior driven tests.
theodo/phpunit-extra
23 Downloads
PHP library which improves PHPUnit test suite performance
sitmpcz/jsonrpc2
44 Downloads
jsonrpc2 implementation for generic use. Test suite for Nette Framework included.
php-ecma-intl/test
1478 Downloads
A conformance test suite for pecl/ecma_intl
oscmarb/phpunit-speedgun
3 Downloads
Search for slow tests in your PHPUnit test suite
orangecat/magento2-playwright-suite
14 Downloads
Base Playwright ETE test suite for Magento 2
mindplay/funit
28 Downloads
A simple test suite for PHP 5.3+, partially inspired by QUnit.
lucasdotvin/laravel-database-queries-counter
711 Downloads
This package provides a simple trait to check how many queries a test suite has performed.
laramint/queryguard
23 Downloads
Zero-config CI gate for Laravel: auto-instruments your test suite, baselines query counts, and fails PRs that introduce N+1s or query regressions.
emmo00/mock-paystack-laravel
120 Downloads
PHP package for mocking Paystack responses and webhooks in your Laravel Test suite
devinweb/laravel-test-parallel
7454 Downloads
a command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.