Libraries tagged by speed up tests
padraic/phpunit-accelerator
153164 Downloads
PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs
andrewgatenby/snapmigrations
7327 Downloads
Generates an SQL dump of your migrated (and seeded) database to save time re-running Migrations when running Integration and Acceptance Tests in a Lumen environment.
silasyudi/inject-mocks
2641 Downloads
Automatic injection of mocks into test subjects via #InjectMocks and #Mock annotations, to speed up unit testing with PHPUnit.
michaeljennings/refresh-database
1442 Downloads
A package to speed up your laravel database tests by only running the migrations once
ahrmerd/laravel-test-generator
95 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
symfonyboot/inject-mocks
8 Downloads
Automatic injection of mocks into test subjects via #InjectMocks and #Mock annotations, to speed up unit testing with PHPUnit.
monooso/craft-bolt
177 Downloads
Speed up your Craft plugin tests.
anamo/market-dummy-deployment
35 Downloads
This is a toolkit for developing Market themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
iqmal/laravel-faker-generator
8 Downloads
Laravel Faker Generator for Dummies. This package intend to speed up development process by reducing time for new developer to learn faker package and help create a huge number of dummy data for testing purpose
edrands/laravel-seeder
55 Downloads
The Enhanced Laravel Project Seeder gets new Laravel projects up-and-running fast. Features self-contained testing (no pear or global testing package required).