public function expects(InvocationOrder $rule) : InvocationMocker { $matcher = new Matcher($rule); $this->addMatcher($matcher); return new InvocationMocker($this, $matcher, ...$this->configurableMethods); }