Skip to content

Commit a907c40

Browse files
committed
refactor: rename fixture
1 parent 5c21ad6 commit a907c40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/MigrationGeneratorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace RonasIT\Support\Tests;
44

55
use Illuminate\Support\Carbon;
6-
use Illuminate\Support\Facades\Config;
76
use RonasIT\Support\Events\WarningEvent;
87
use RonasIT\Support\Exceptions\UnknownFieldTypeException;
98
use RonasIT\Support\Generators\MigrationGenerator;
@@ -78,7 +77,7 @@ public function testCreateMigrationMYSQL()
7877
])
7978
->generate();
8079

81-
$this->assertGeneratedFileEquals('migrations_mysql.php', 'database/migrations/2022_02_02_000000_posts_create_table.php');
80+
$this->assertGeneratedFileEquals('generated_mysql_migration.php', 'database/migrations/2022_02_02_000000_posts_create_table.php');
8281
}
8382

8483
public function testCreateMigrationWithoutMigrationStub(): void

0 commit comments

Comments
 (0)