Neos\Flow\Tests\Functional\Persistence\Doctrine\PersistClonedRelatedEntitiesTest::setUp PHP Méthode

setUp() public méthode

public setUp ( ) : void
Résultat void
    public function setUp()
    {
        parent::setUp();
        if (!$this->persistenceManager instanceof PersistenceManager) {
            $this->markTestSkipped('Doctrine persistence is not enabled');
        }
        $this->testEntityRepository = $this->objectManager->get(Fixtures\TestEntityRepository::class);
    }