public static function reset()
 {
     static::$calls = array();
     static::$handle = null;
 }
Example #2
0
 public static function reset()
 {
     static::$calls = [];
 }
 public static function reset()
 {
     static::$calls = array();
 }