Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cristi-contiu committed Feb 27, 2025
1 parent 7e79213 commit 8de3239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Generator/DiffGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function testGenerateFromEmptySchema(): void
self::assertSame('path2', $this->migrationDiffGenerator->generate('2345', null, false, 120, true, true));
}

public function testGenerateCallsComparatorWithExpectedSchemasWhenDbalHasSchemaAssetsFilter(): void
public function testGenerateAppliesDbalSchemaAssetsFilterOnQualifiedTableName(): void
{
// a standard Regex SchemaAssetsFilter already registered on the DBAL
$dbalSchemaAssetsFilter = static function ($assetName): bool {
Expand Down

0 comments on commit 8de3239

Please sign in to comment.