PHP Classes

File: vendor/phpunit/phpunit-mock-objects/src/Generator/mocked_class_method.tpl.dist

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit-mock-objects/src/Generator/mocked_class_method.tpl.dist   Download  
File: vendor/phpunit/phpunit-mock-objects/src/Generator/mocked_class_method.tpl.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 9 months ago
Size: 238 bytes
 

Contents

Class file image Download
public function method() { $any = new \PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount; $expects = $this->expects($any); return call_user_func_array(array($expects, 'method'), func_get_args()); }