mocked_static_method.tpl.dist 245 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5

    {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
    {
        throw new \PHPUnit\Framework\MockObject\BadMethodCallException('Static method "{method_name}" cannot be invoked on mock object');
    }