View file vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl
{modifier} function {reference}{method_name}({arguments_decl}){return_declaration} { throw new \PHPUnit\Framework\MockObject\BadMethodCallException('Static method "{method_name}" cannot be invoked on mock object'); }