tearDown() protected method

protected tearDown ( )
Exemplo n.º 1
0
 protected function tearDown()
 {
     if ($this->table_exists) {
         $this->tools->sql_table_drop('prefix_table_name');
     }
     parent::tearDown();
 }
Exemplo n.º 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');
 }
Exemplo n.º 3
0
 protected function tearDown()
 {
     parent::tearDown();
 }