/**
  * Provision tests
  */
 public function setUp()
 {
     parent::setUp();
     WPSEO_Frontend::get_instance()->reset();
     // start each test on the home page
     $this->go_to_home();
 }
コード例 #2
0
 /**
  * Provision tests
  */
 public function setUp()
 {
     parent::setUp();
     WPSEO_Frontend::get_instance()->reset();
     remove_all_actions('wpseo_opengraph');
     // start each test on the home page
     $this->go_to_home();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     global $wp_filter;
     $this->wp_filter = $wp_filter;
 }
コード例 #4
0
 /**
  * Provision tests
  */
 public function setUp()
 {
     parent::setUp();
     // start each test on the home page
     $this->go_to_home();
 }
 /**
  * Provision some options
  */
 public function setUp()
 {
     parent::setUp();
 }