diff --git a/tests/Doctrine/Tests/ORM/Functional/CustomIdObjectTypeTest.php b/tests/Doctrine/Tests/ORM/Functional/CustomIdObjectTypeTest.php index 47fafcac2..9617644a9 100644 --- a/tests/Doctrine/Tests/ORM/Functional/CustomIdObjectTypeTest.php +++ b/tests/Doctrine/Tests/ORM/Functional/CustomIdObjectTypeTest.php @@ -52,6 +52,10 @@ class CustomIdObjectTypeTest extends OrmFunctionalTestCase $this->assertSame($parent, $result); } + /** + * @group DDC-3622 + * @group 1336 + */ public function testFetchJoinCustomIdObject() { $parent = new CustomIdObjectTypeParent('foo'); @@ -74,6 +78,10 @@ class CustomIdObjectTypeTest extends OrmFunctionalTestCase $this->assertSame($parent, $result[0]); } + /** + * @group DDC-3622 + * @group 1336 + */ public function testFetchJoinWhereCustomIdObject() { $parent = new CustomIdObjectTypeParent('foo');