We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21221f7 commit e3e9674Copy full SHA for e3e9674
tests/Tests/ORM/Tools/SchemaToolTest.php
@@ -375,7 +375,7 @@ public function testConfigurationSchemaIgnoredEntity(): void
375
self::assertFalse($schema->hasTable('second_entity'), 'Table second_entity should not exist.');
376
}
377
378
- #[Group('11314')]
+ /** @group GH-11314 */
379
public function testLoadUniqueConstraintWithoutName(): void
380
{
381
$em = $this->getTestEntityManager();
0 commit comments