public function tearDown()
 {
     Patchwork\undoAll();
     Monkey::tearDownWP();
     parent::tearDown();
 }
Пример #2
0
 public function teardown()
 {
     P\undoAll();
 }
Пример #3
0
 /**
  * Clean up Functions and Hooks statics: is always needed when using this class.
  */
 public static function tearDown()
 {
     Patchwork\undoAll();
     Mockery::close();
     Functions::__flush();
 }