1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1336 DDC-3622 - adding @group annotations for newly introduced tests

This commit is contained in:
Marco Pivetta 2015-03-17 21:23:16 +00:00
parent 11da060668
commit 712b6a7a64

View File

@ -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');