public function expects(InvocationOrder $matcher) : InvocationMockerBuilder { return $this->__phpunit_getInvocationHandler() ->expects($matcher); }