mocked_class_method.tpl.dist 238 B

12345678
  1. public function method()
  2. {
  3. $any = new \PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount;
  4. $expects = $this->expects($any);
  5. return call_user_func_array([$expects, 'method'], func_get_args());
  6. }