Skip to content

Commit

Permalink
Fix test MigrationsBootloaderTest::testGetsDefaultConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
thenotsoft committed Sep 15, 2024
1 parent a6d1627 commit f75d175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Bootloader/MigrationsBootloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function testGetsDefaultConfig(): void
$this->assertDirectoryAliasDefined('migrations');
$this->assertSame([
'directory' => $this->getDirectoryByAlias('migrations'),
'vendorDirectories' => [],
'strategy' => SingleFileStrategy::class,
'nameGenerator' => NameBasedOnChangesGenerator::class,
'table' => 'migrations',
Expand Down

0 comments on commit f75d175

Please sign in to comment.