tearDown() protected method

protected tearDown ( )
Beispiel #1
0
 protected function tearDown()
 {
     if ($this->table_exists) {
         $this->tools->sql_table_drop('prefix_table_name');
     }
     parent::tearDown();
 }
Beispiel #2
0
 protected function tearDown()
 {
     parent::tearDown();
     unlink($this->phpbb_root_path . 'files/test_png_1');
     unlink($this->phpbb_root_path . 'files/test_png_2');
     unlink($this->phpbb_root_path . 'files/test_txt');
     unlink($this->phpbb_root_path . 'files/thumb_test_png_1');
     unlink($this->phpbb_root_path . 'files/thumb_test_png_2');
 }
Beispiel #3
0
 protected function tearDown()
 {
     parent::tearDown();
 }