tearDown() protected method

protected tearDown ( )
コード例 #1
0
ファイル: auto_increment_test.php プロジェクト: josh-js/phpbb
 protected function tearDown()
 {
     if ($this->table_exists) {
         $this->tools->sql_table_drop('prefix_table_name');
     }
     parent::tearDown();
 }
コード例 #2
0
ファイル: thumbnail_test.php プロジェクト: MrAdder/phpbb
 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');
 }
コード例 #3
0
ファイル: core_base.php プロジェクト: K07H/phpbbgallery
 protected function tearDown()
 {
     parent::tearDown();
 }