Skip to content

Commit e3e9674

Browse files
committed
Fix annotation
1 parent 21221f7 commit e3e9674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests/ORM/Tools/SchemaToolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public function testConfigurationSchemaIgnoredEntity(): void
375375
self::assertFalse($schema->hasTable('second_entity'), 'Table second_entity should not exist.');
376376
}
377377

378-
#[Group('11314')]
378+
/** @group GH-11314 */
379379
public function testLoadUniqueConstraintWithoutName(): void
380380
{
381381
$em = $this->getTestEntityManager();

0 commit comments

Comments
 (0)