/** * Sets up the test. */ public function setUp() { $this->mountManager = $this->getMountManagerMock(); parent::setUp(); }
/** * Sets up the test. */ public function setUp() { $this->filesystemMap = $this->getFilesystemMapMock(); parent::setUp(); }