destroy() 공개 메소드

public destroy ( )
예제 #1
0
 public function testDestroy()
 {
     $this->provider->destroy();
     $this->assertFalse(is_dir($this->basePath . DIRECTORY_SEPARATOR . $this->queueHash));
 }
예제 #2
0
 public function testDestroy()
 {
     $this->provider->destroy();
     $this->assertFalse(is_dir($this->path));
 }