1
0
mirror of synced 2025-01-18 22:41:43 +03:00

#1172 - adding required @group annotations for newly introduced tests

This commit is contained in:
Marco Pivetta 2015-01-16 22:37:38 +01:00
parent 70840131ff
commit 3769cd1119
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,8 @@ namespace Doctrine\Tests\Models\Generic;
*/
class DateTimeModel
{
const CLASSNAME = __CLASS__;
/**
* @Id @Column(type="integer")
* @GeneratedValue

View File

@ -205,6 +205,12 @@ class EntityManagerTest extends \Doctrine\Tests\OrmTestCase
return 'callback';
}
/**
* @group DDC-1392
* @group DDC-1734
* @group DDC-3368
* @group #1172
*/
public function testMergeDetachedUnInitializedProxy()
{
$em = $this->createEntityManager();