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