コード例 #1
0
 public function tearDown()
 {
     Patchwork\undoAll();
     Monkey::tearDownWP();
     parent::tearDown();
 }
コード例 #2
0
ファイル: BaseTestCase.php プロジェクト: renegare/depipe
 public function teardown()
 {
     P\undoAll();
 }
コード例 #3
0
ファイル: Monkey.php プロジェクト: collizo4sky/BrainMonkey
 /**
  * Clean up Functions and Hooks statics: is always needed when using this class.
  */
 public static function tearDown()
 {
     Patchwork\undoAll();
     Mockery::close();
     Functions::__flush();
 }