Libraries tagged by testcase
cspray/database-test-case
299 Downloads
A framework-agnostic library for setting up a database suitable for automated testing.
webisters/testing
42 Downloads
Webisters Testing Library
tansoft/websocketclient
270 Downloads
websocket client lib
ollily/ezkoding
88 Downloads
Simplify the usage of - Testing with PHPUnit - Reflection with PHP - Developer shortkeys for composer
nathanburkett/mesa
83 Downloads
Table-Driven Data Interpretation
codekandis/phpunit
611 Downloads
`codekandis/phpunit` is a library for `PHPUnit` testing with enhanced test cases and custom constraint assertions.
zfegg/expressive-test
949 Downloads
Zend Expressive abstract test case for PHPUnit
cybersrikanth/laravel-apidoc
361 Downloads
Generate customizable simple api documentation from test case
cjweber/laravel-test-graphql-client
6377 Downloads
Client and TestCase extension for running integration tests on requests to your GraphQL API
bradietilley/pest-stories
14 Downloads
A tool to assist in creating complex permutations of test case scenarios in Pest PHP (for Laravel)
badasswp/wp-mock-tc
2202 Downloads
WP Mock Test Case Library
sepehr/phpunit-selenium-webdriver
14 Downloads
Webdriver-backed Selenium testcase for PHPUnit with fluent testing API.
bmelon/laravel-mail-assertions
565 Downloads
A package to make common mail assertions directly available within the Laravel test case.
aedart/testing-laravel
758 Downloads
Utilities that allows you to test Laravel dependent packages. At its core, this package is a wrapper for the Orchestral Testbench. However, you can make use of this with whatever testing framework you wish; it does not impose you to use neither Orchestral's nor Laravel's TestCase classes.
onsa/reflective-test-case
23 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.