Libraries tagged by rerun
spatie/phpunit-watcher
5949601 Downloads
Automatically rerun PHPUnit tests when source code changes
instride/data-definitions
3453 Downloads
Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.
w-vision/data-definitions
131961 Downloads
Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.
socialblue/laravel-query-adviser
3185 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
w-vision/import-definitions
14600 Downloads
Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.
alorel/phpunit-auto-rerun
4865 Downloads
Allows failed PHPUnit tests to automatically rerun.
crimsonkissaki/mockmaker
42 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.
abhijitghogre/laravel-db-clear-command
11982 Downloads
Laravel artisan command to drop all database tables and rerun the migrations.
oneplace/oneplace-event-rerun
27 Downloads
onePlace Event Rerun Plugin. Repeat Events on custom dates
gapple/drush-update-rerun
349 Downloads
Drush command to re-execute a single module update hook
t73biz/phpunit-watcher
3 Downloads
Automatically rerun PHPUnit tests when source code changes
serethix/composer-command-log
4 Downloads
Logs all executed commands in order of execution so you can re run them in case there is a merge conflict during a merge or rebase
open-lms-open-source/behat-junit-extension
4097 Downloads
Behat extension that reports with the JUnit format and is compatible with Moodle reruns.
lonnylot/dusk-watcher
458 Downloads
Automatically rerun Laravel Dusk tests when source code changes