Neos\Flow\Tests\Functional\Persistence\PersistenceTest::removeExampleEntities PHP Method

removeExampleEntities() protected method

Remove all example entities to enforce a clean state
protected removeExampleEntities ( )
    protected function removeExampleEntities()
    {
        $this->testEntityRepository->removeAll();
        $this->persistenceManager->persistAll();
        $this->persistenceManager->clearState();
    }
PersistenceTest