destroy() public méthode

public destroy ( )
 public function testDestroy()
 {
     $this->provider->destroy();
     $this->assertFalse(is_dir($this->basePath . DIRECTORY_SEPARATOR . $this->queueHash));
 }
 public function testDestroy()
 {
     $this->provider->destroy();
     $this->assertFalse(is_dir($this->path));
 }