Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->filesystem = new Filesystem(new Local(__DIR__ . '/../'));
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->filesystem = new Filesystem(new Local($this->rootDir . '/tests'));
 }