/** * Provision tests */ public function setUp() { parent::setUp(); WPSEO_Frontend::get_instance()->reset(); // start each test on the home page $this->go_to_home(); }
/** * 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(); }
public function __construct() { parent::__construct(); global $wp_filter; $this->wp_filter = $wp_filter; }
/** * 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(); }