annotate vendor/phpunit/phpunit-mock-objects/src/Generator/mocked_static_method.tpl.dist @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 1fec387a4317
children
rev   line source
Chris@14 1
Chris@14 2 {modifier} function {reference}{method_name}({arguments_decl}){return_delim}{return_type}
Chris@14 3 {
Chris@14 4 throw new \PHPUnit\Framework\MockObject\BadMethodCallException('Static method "{method_name}" cannot be invoked on mock object');
Chris@14 5 }