protected function tearDown()
 {
     Monkey::setUpWP();
     parent::tearDown();
 }
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     parent::setUp();
     Brain\Monkey::setUpWP();
 }
 /**
  * Sets up Brain Monkey beforr testing WordPress-related code.
  *
  * @return void
  */
 public function setUp()
 {
     Monkey::setUpWP();
 }
 public function setUp()
 {
     parent::setUp();
     Monkey::setUpWP();
 }