Libraries tagged by speed up tests
padraic/phpunit-accelerator
158342 Downloads
PHPUnit Accelerator: Speeds up PHPUnit by freeing memory after test runs
silasyudi/inject-mocks
12240 Downloads
Automatic injection of mocks into test subjects via #InjectMocks and #Mock annotations, to speed up unit testing with PHPUnit.
ahrmerd/laravel-test-generator
406 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
michaeljennings/refresh-database
2075 Downloads
A package to speed up your laravel database tests by only running the migrations once
andrewgatenby/snapmigrations
7344 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.
sebastiaanwouters/diffalyzer
14 Downloads
Analyze git changes and run only affected PHP tests and static analysis. Speeds up PHPUnit, Psalm, ECS, and PHP-CS-Fixer in CI/CD pipelines.
symfonyboot/inject-mocks
9 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.
marjovanlier/stringmanipulation
868 Downloads
High-performance PHP 8.4+ string manipulation library featuring O(n) algorithms with up to 5x speed improvements. Provides Unicode-aware operations including searchWords(), nameFix(), utf8Ansi(), removeAccents(), and isValidDate() with comprehensive testing infrastructure.
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).