예제 #1
0
 public function tearDown()
 {
     if ($this->tmpDir != '' && is_dir($this->tmpDir)) {
         Directory::delete($this->tmpDir, true);
     }
     parent::tearDown();
 }
예제 #2
0
파일: HookTest.php 프로젝트: rk4an/centreon
 public function tearDown()
 {
     parent::tearDown();
     Hook::reset();
 }
 public function tearDown()
 {
     parent::tearDown();
 }