/
home
/
sjslayjy
/
public_html
/
devlok
/
vendor
/
phpunit
/
phpunit
/
src
/
Framework
/
MockObject
/
Generator
/
Upload File
HOME
public function method() { $any = new \PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount; $expects = $this->expects($any); return call_user_func_array([$expects, 'method'], func_get_args()); }