Skip to content

Commit

Permalink
Merge branch '2.18.x' into 2.19.x
Browse files Browse the repository at this point in the history
* 2.18.x:
  Fix annotation
  • Loading branch information
derrabus committed Mar 3, 2024
2 parents 12e0cef + e3e9674 commit bd4449c
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 bd4449c

Please sign in to comment.