Skip to content

Commit

Permalink
removed conditional for different versions - now moved to a different…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
koomai committed May 24, 2019
1 parent edee35e commit ac3057a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ protected function setUp(): void

$this->withFactories(__DIR__ . '/factories');

// Call run() method on new versions of Laravel
$migrate = $this->artisan('migrate', ['--database' => 'testing']);
if (!is_int($migrate)) {
$migrate->run();
}
$this->artisan('migrate', ['--database' => 'testing'])->run();
}
}

0 comments on commit ac3057a

Please # to comment.