Skip to content

Commit

Permalink
Remove migration rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardojbaez committed Nov 12, 2016
1 parent 8e36fec commit 06f7806
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ public function setUp()
'--database' => 'testbench',
'--realpath' => realpath(__DIR__.'/migrations'),
]);

$this->beforeApplicationDestroyed(function()
{
$this->artisan('migrate:rollback');
});
}

/**
Expand Down

0 comments on commit 06f7806

Please sign in to comment.