PHP Class Eloquent\Phony\Simpletest\SimpletestMatcher

Inheritance: extends Eloquent\Phony\Matcher\WrappedMatcher
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode Description
__toString ( ) : string Describe this matcher.
describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string Describe this matcher.
matches ( mixed $value ) : boolean Returns true if $value matches this matcher's criteria.

Method Details

__toString() public méthode

Describe this matcher.
public __toString ( ) : string
Résultat string The description.

describe() public méthode

Describe this matcher.
public describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string
$exporter Eloquent\Phony\Exporter\Exporter The exporter to use.
Résultat string The description.

matches() public méthode

Returns true if $value matches this matcher's criteria.
public matches ( mixed $value ) : boolean
$value mixed The value to check.
Résultat boolean True if the value matches.