프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$dom | |||
$selector | |||
$value |
메소드 | 설명 | |
---|---|---|
__construct ( mixed $dom, mixed $selector, string $message = '%s' ) | Sets the dom tree and the css selector to compare against | |
test ( mixed $compare ) : boolean | Tests the expectation. True if it matches the held value. | |
testMessage ( mixed $compare ) : string | Returns a human readable test message. |
public testMessage ( mixed $compare ) : string | ||
$compare | mixed | Comparison value. |
리턴 | string | Description of success or failure. |