Neos\Flow\Tests\Functional\Persistence\PersistenceTest::removeExampleEntities PHP Méthode

removeExampleEntities() protected méthode

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