Neos\Media\Tests\Functional\AbstractTest::prepareResourceManager PHP Method

prepareResourceManager() protected method

Initializes the resource manager and modifies the persistent resource storage location.
protected prepareResourceManager ( ) : void
return void
    protected function prepareResourceManager()
    {
        $this->resourceManager = $this->objectManager->get(ResourceManager::class);
    }