Exemple #1
0
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->filesystem = new Filesystem(new Local(__DIR__));
 }
 /**
  * {@inheritdoc}
  */
 protected function setUp()
 {
     parent::setUp();
     $this->filesystem = new Filesystem(new Local($this->tempDir));
     (new Symfony\Filesystem())->mirror($this->rootDir . '/tests/fixtures', $this->tempDir);
 }