Libraries tagged by test case
ez-php/testing-application
2944 Downloads
Framework-coupled test base classes for ez-php — ApplicationTestCase, DatabaseTestCase, HttpTestCase
ez-php/testing
3685 Downloads
Test utilities for the ez-php framework — ApplicationTestCase, DatabaseTestCase, HttpTestCase, ModelFactory
zalas/phpunit-doubles
13406 Downloads
Initialises test doubles in PHPUnit test cases for you
waaseyaa/testing
6845 Downloads
Testing utilities for Waaseyaa — base test case, entity factories, and helper traits.
badasswp/wp-mock-tc
1932 Downloads
WP Mock Test Case Library
mundschenk-at/phpunit-cross-version
16103 Downloads
Compatibility class for cross-version PHPUnit testcases
wellrested/test
7656 Downloads
Test cases and doubles for use with WellRESTed
webignition/base-panther-test-case
3223 Downloads
vladdnepr/graphql-test
23077 Downloads
GraphQL Test Cases
eonx-com/test-utils
84111 Downloads
A collection of PHP test utils, assertions stubs and test cases
dealnews/test-helpers
2356 Downloads
A PHP library of traits for use in PHPUnit test cases.
pierres/doctrine-migrations-test
28238 Downloads
Test cases to verify Doctrine Migrations
zizaco/testcases-laravel
50506 Downloads
Some classes to help write tests for laravel 4 applications
datana-gmbh/doctrine-type-testcases
254235 Downloads
Doctrine Type Testcases
ahrmerd/laravel-test-generator
404 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package