#1172 - adding required @group
annotations for newly introduced tests
This commit is contained in:
parent
70840131ff
commit
3769cd1119
@ -8,6 +8,8 @@ namespace Doctrine\Tests\Models\Generic;
|
||||
*/
|
||||
class DateTimeModel
|
||||
{
|
||||
const CLASSNAME = __CLASS__;
|
||||
|
||||
/**
|
||||
* @Id @Column(type="integer")
|
||||
* @GeneratedValue
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user