Current File : /home/itiffy/www/vendor/phpunit/phpunit-mock-objects/src/Generator/mocked_class_method.tpl.dist
    public function method()
    {
        $any = new \PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount;
        $expects = $this->expects($any);
        return call_user_func_array(array($expects, 'method'), func_get_args());
    }