1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#1235 DDC-3470 - adding @group annotation for newly introduced test cases

This commit is contained in:
Marco Pivetta 2014-12-31 09:45:33 +01:00
parent e2b34ff5d2
commit 74f00327bd

View File

@ -32,6 +32,9 @@ class JoinedSubClassPersisterTest extends OrmTestCase
);
}
/**
* @group DDC-3470
*/
public function testExecuteInsertsWillReturnEmptySetWithNoQueuedInserts()
{
$this->assertSame(array(), $this->persister->executeInserts());