protected function tearDown()
 {
     parent::tearDown();
     $this->deleteTmpDir();
     if (!is_null($this->tempDirectory)) {
         $this->filesystem->remove($this->tempDirectory);
     }
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->deleteTmpDir();
 }