Esempio n. 1
0
 public static function reset()
 {
     static::$calls = array();
     static::$handle = null;
 }
Esempio n. 2
0
 public static function reset()
 {
     static::$calls = [];
 }
 public static function reset()
 {
     static::$calls = array();
 }