#1235 DDC-3470 - adding @group
annotation for newly introduced test cases
This commit is contained in:
parent
e2b34ff5d2
commit
74f00327bd
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ class JoinedSubClassPersisterTest extends OrmTestCase
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group DDC-3470
|
||||||
|
*/
|
||||||
public function testExecuteInsertsWillReturnEmptySetWithNoQueuedInserts()
|
public function testExecuteInsertsWillReturnEmptySetWithNoQueuedInserts()
|
||||||
{
|
{
|
||||||
$this->assertSame(array(), $this->persister->executeInserts());
|
$this->assertSame(array(), $this->persister->executeInserts());
|
||||||
|
|
Loading…
Add table
Reference in a new issue