From e3e96745cc2b1cbf4040b40a60949779eeaabdc9 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 3 Mar 2024 16:49:00 +0100 Subject: [PATCH] Fix annotation --- tests/Tests/ORM/Tools/SchemaToolTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tests/ORM/Tools/SchemaToolTest.php b/tests/Tests/ORM/Tools/SchemaToolTest.php index bc0e811f68f..a3726f2d0b7 100644 --- a/tests/Tests/ORM/Tools/SchemaToolTest.php +++ b/tests/Tests/ORM/Tools/SchemaToolTest.php @@ -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();