Skip to content

Commit 95e2511

Browse files
Fix: failing tests
Migrations are already ran from the base testcase
1 parent 2dbb050 commit 95e2511

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Feature/Commands/ImportFileTranslationToDatabaseCommandTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
use Esign\TranslationLoader\Commands\ImportFileTranslationsToDatabaseCommand;
66
use Esign\TranslationLoader\Models\Translation;
77
use Esign\TranslationLoader\Tests\TestCase;
8-
use Illuminate\Foundation\Testing\RefreshDatabase;
98

109
class ImportFileTranslationToDatabaseCommandTest extends TestCase
1110
{
12-
use RefreshDatabase;
13-
1411
/** @test */
1512
public function it_can_import_translations()
1613
{

0 commit comments

Comments
 (0)