コード例 #1
0
ファイル: PStub.php プロジェクト: realweb-team/pstub
 /**
  * Clean up all stubbed/injected or suppressed things
  *
  */
 public static function cleanUp()
 {
     PStub_Registry::revertAll();
 }
コード例 #2
0
ファイル: TestCase.php プロジェクト: realweb-team/pstub
 /**
  * After test-case clean up
  *
  */
 public static function tearDownAfterClass()
 {
     PStub_Registry::revertAll();
 }