diff --git a/Abstracts/Tests/PhpUnit/TestCase.php b/Abstracts/Tests/PhpUnit/TestCase.php index 2f229e3e5..7a52ff456 100644 --- a/Abstracts/Tests/PhpUnit/TestCase.php +++ b/Abstracts/Tests/PhpUnit/TestCase.php @@ -53,9 +53,7 @@ public function setUp() */ public function tearDown() { - $this->usingInMemoryDatabase() - ? $this->artisan('migrate:reset') - : parent::tearDown(); + parent::tearDown(); } /**