Method | Description | |
---|---|---|
__construct ( string $substring, string $message = '%s' ) | Sets the reject pattern | |
test ( string $compare ) : boolean | Tests the expectation. False if the substring appears in the text. | |
testMessage ( string $compare ) : string | Returns a human readable test message. |
public __construct ( string $substring, string $message = '%s' ) | ||
$substring | string | Text to search for. |
$message | string | Customised message on failure. |
public testMessage ( string $compare ) : string | ||
$compare | string | Comparison value. |
return | string | Description of success or failure. |