tear_down() public method

public tear_down ( )
コード例 #1
0
 public function tear_down()
 {
     parent::tear_down();
     remove_action('setted_site_transient', array($this, 'action_setted_site_transient'), 10);
     remove_action('setted_transient', array($this, 'action_setted_blog_transient'), 10);
 }
コード例 #2
0
ファイル: php_errors.php プロジェクト: L0k1slnk/weddly
 public function tear_down()
 {
     parent::tear_down();
     ini_set('display_errors', $this->display_errors);
     restore_error_handler();
 }