Skip to content

Commit

Permalink
Fix annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Mar 3, 2024
1 parent 21221f7 commit e3e9674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/ORM/Tools/SchemaToolTest.php
Expand Up @@ -375,7 +375,7 @@ public function testConfigurationSchemaIgnoredEntity(): void
self::assertFalse($schema->hasTable('second_entity'), 'Table second_entity should not exist.');
}

#[Group('11314')]
/** @group GH-11314 */
public function testLoadUniqueConstraintWithoutName(): void
{
$em = $this->getTestEntityManager();
Expand Down

0 comments on commit e3e9674

Please sign in to comment.