protected function tearDown()
 {
     $filesystem = new Filesystem();
     $filesystem->remove($this->tempEmptyDir);
     parent::tearDown();
 }