예제 #1
0
 /**
  * Clean up all stubbed/injected or suppressed things
  *
  */
 public static function cleanUp()
 {
     PStub_Registry::revertAll();
 }
예제 #2
0
 /**
  * After test-case clean up
  *
  */
 public static function tearDownAfterClass()
 {
     PStub_Registry::revertAll();
 }