Ejemplo n.º 1
0
 /**
  * Reset all patched fuctions
  */
 public function resetFunctionPatches()
 {
     CIPHPUnitTestFunctionPatcherProxy::reset();
 }
 public static function reset()
 {
     self::$mocks = [];
 }