em = $this->_getTestEntityManager(); $this->persister = new JoinedSubclassPersister( $this->em, $this->em->getClassMetadata('Doctrine\Tests\Models\JoinedInheritanceType\RootClass') ); } /** * @group DDC-3470 */ public function testExecuteInsertsWillReturnEmptySetWithNoQueuedInserts() { $this->assertSame(array(), $this->persister->executeInserts()); } }