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