Libraries tagged by test-suite
bartlett/phpunit-loggertestlistener
896 Downloads
PHPUnit Test Suite listener for compatible PSR-3 logger
unglud/dusker
1452 Downloads
Stand alone Laravel Dusk test suit, which do not require Laravel framework itself.
two-thirds/laravel-test-suite
2528 Downloads
xwp/wordpress-tests-installer
44866 Downloads
Handles installing the WordPress PHPUnit test suite with composer
vierge-noire/cakephp-behat-suite
103 Downloads
Test suite for behavior driven tests.
theodo/phpunit-extra
23 Downloads
PHP library which improves PHPUnit test suite performance
ozh/phpunit-overassertive
4609 Downloads
Find over assertive tests in your PHPUnit test suite
oscmarb/phpunit-speedgun
3 Downloads
Search for slow tests in your PHPUnit test suite
mindplay/funit
28 Downloads
A simple test suite for PHP 5.3+, partially inspired by QUnit.
itcig/phpunit
3677 Downloads
PHPUnit extender for bootstrapping unit and integration test suites.
gricob/functional-test-bundle
6848 Downloads
Test suit for Symfony projects
emmo00/mock-paystack-laravel
94 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.
chapabu/codeception-module-drupal
10328 Downloads
A module for Codeception that exposes the Drupal API to test suites.