PHP Classes

File: src/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl

Recommend this page to a friend!
  Classes of walid laggoune   QPHP   src/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl   Download  
File: src/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QPHP
Exchange messages with a queue server using Swoole
Author: By
Last change:
Date: 2 years ago
Size: 238 bytes
 

Contents

Class file image Download
{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'); }