File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/Illuminate/Foundation/Testing Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 33namespace Illuminate \Foundation \Testing ;
44
55use Illuminate \Contracts \Console \Kernel ;
6- use Illuminate \Database \Migrations \Migrator ;
76use Illuminate \Foundation \Testing \Traits \CanConfigureMigrationCommands ;
87
98trait RefreshDatabase
@@ -132,18 +131,6 @@ protected function connectionsToTransact()
132131 ? $ this ->connectionsToTransact : [null ];
133132 }
134133
135- /**
136- * Run all migrations that were skipped.
137- *
138- * @return void
139- */
140- protected function runSkippedMigrations ()
141- {
142- Migrator::withoutMigrations ([]);
143-
144- $ this ->artisan ('migrate ' );
145- }
146-
147134 /**
148135 * Perform any work that should take place before the database has started refreshing.
149136 *
You can’t perform that action at this time.
0 commit comments