Skip to content

Commit 26928ef

Browse files
committed
revert RefreshDatabase entirely
1 parent 45c2a55 commit 26928ef

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Illuminate/Foundation/Testing/RefreshDatabase.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Illuminate\Foundation\Testing;
44

55
use Illuminate\Contracts\Console\Kernel;
6-
use Illuminate\Database\Migrations\Migrator;
76
use Illuminate\Foundation\Testing\Traits\CanConfigureMigrationCommands;
87

98
trait 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
*

0 commit comments

Comments
 (0)