#1235 DDC-3470 - adding @group
annotation for newly introduced test cases
This commit is contained in:
parent
e2b34ff5d2
commit
74f00327bd
@ -32,6 +32,9 @@ class JoinedSubClassPersisterTest extends OrmTestCase
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @group DDC-3470
|
||||
*/
|
||||
public function testExecuteInsertsWillReturnEmptySetWithNoQueuedInserts()
|
||||
{
|
||||
$this->assertSame(array(), $this->persister->executeInserts());
|
||||
|
Loading…
x
Reference in New Issue
Block a user