Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mocked_static_method.tpl.dist « Generator « MockObject « Framework « src « phpunit-mock-objects « phpunit « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45fa9bbf3a6e1c25dca5f7616dd9bd7edfe84b7e (plain)
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');
    }