PHP 클래스 AnythingExpectation, simpletest

상속: extends SimpleExpectation
파일 보기 프로젝트 열기: simpletest/simpletest 1 사용 예제들

공개 메소드들

메소드 설명
test ( mixed $compare ) : boolean Tests the expectation. Always true.
testMessage ( mixed $compare ) : string Returns a human readable test message.

메소드 상세

test() 공개 메소드

Tests the expectation. Always true.
public test ( mixed $compare ) : boolean
$compare mixed Ignored.
리턴 boolean True.

testMessage() 공개 메소드

Returns a human readable test message.
public testMessage ( mixed $compare ) : string
$compare mixed Comparison value.
리턴 string Description of success or failure.