1
0
mirror of synced 2025-02-09 00:39:25 +03:00

#6759 remove # symbol from @group annotation as per @lcobucci's review

Ref: https://github.com/doctrine/doctrine2/pull/6760#discussion_r143353225
This commit is contained in:
Marco Pivetta 2017-10-08 14:26:45 +02:00
parent 3dd7eb5888
commit 66f903a38f
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -26,7 +26,7 @@ class OneToOneInverseSideLoadAfterDqlQueryTest extends OrmFunctionalTestCase
}
/**
* @group #6759
* @group 6759
*/
public function testInverseSideOneToOneLoadedAfterDqlQuery(): void
{