示例#1
0
 static function cleanInvocations()
 {
     self::$instanceCalls = [];
     self::$classCalls = [];
     self::$funcCalls = [];
 }