Ejemplo n.º 1
0
 public function teardown()
 {
     if (is_file($this->path)) {
         unlink($this->path);
     }
     parent::teardown();
 }