/**
  * {@inheritdoc}
  */
 protected function skip()
 {
     return parent::skip() || $this->getPath() === sys_get_temp_dir();
 }
 /**
  * {@inheritdoc}
  */
 protected function skip()
 {
     return parent::skip() || !$this->getPath();
 }