Chris@14: Chris@14: public function method() Chris@14: { Chris@14: $any = new \PHPUnit\Framework\MockObject\Matcher\AnyInvokedCount; Chris@14: $expects = $this->expects($any); Chris@14: return call_user_func_array(array($expects, 'method'), func_get_args()); Chris@14: }