PHP 클래스 Eloquent\Phony\Integration\MockeryMatcherDriver

상속: implements Eloquent\Phony\Matcher\MatcherDriver
파일 보기 프로젝트 열기: eloquent/phony 1 사용 예제들

공개 메소드들

메소드 설명
instance ( ) : Eloquent\Phony\Matcher\MatcherDriver Get the static instance of this driver.
isAvailable ( ) : boolean Returns true if this matcher driver's classes or interfaces exist.
matcherClassNames ( ) : array Get the supported matcher class names.
wrapMatcher ( object $matcher ) : Eloquent\Phony\Matcher\Matchable Wrap the supplied third party matcher.

메소드 상세

instance() 공개 정적인 메소드

Get the static instance of this driver.
public static instance ( ) : Eloquent\Phony\Matcher\MatcherDriver
리턴 Eloquent\Phony\Matcher\MatcherDriver The static driver.

isAvailable() 공개 메소드

Returns true if this matcher driver's classes or interfaces exist.
public isAvailable ( ) : boolean
리턴 boolean True if available.

matcherClassNames() 공개 메소드

Get the supported matcher class names.
public matcherClassNames ( ) : array
리턴 array

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.