protected function setUp()
 {
     parent::setUp();
     $this->fixturesDir = realpath(__DIR__ . '/Fixtures');
 }
 protected function tearDown()
 {
     $filesystem = new Filesystem();
     $filesystem->remove($this->tempEmptyDir);
     parent::tearDown();
 }