Eloquent\Phony\Integration\MockeryMatcherDriver::wrapMatcher PHP Метод

wrapMatcher() публичный Метод

Wrap the supplied third party matcher.
public wrapMatcher ( object $matcher ) : Eloquent\Phony\Matcher\Matchable
$matcher object The matcher to wrap.
Результат Eloquent\Phony\Matcher\Matchable The wrapped matcher.
    public function wrapMatcher($matcher)
    {
        return new MockeryMatcher($matcher);
    }