Method | Description | |
---|---|---|
__construct ( PhpSpec\Formatter\Presenter\Presenter $presenter ) | ||
getPriority ( ) : integer | Returns matcher priority. | |
negativeMatch ( string $name, mixed $subject, array $arguments ) : boolean | Evaluates negative match. | |
positiveMatch ( string $name, mixed $subject, array $arguments ) : boolean | Evaluates positive match. | |
supports ( string $name, mixed $subject, array $arguments ) : boolean | Checks if matcher supports provided subject and matcher name. |
Method | Description | |
---|---|---|
getCheckerName ( string $name ) : string | boolean |
public __construct ( PhpSpec\Formatter\Presenter\Presenter $presenter ) | ||
$presenter | PhpSpec\Formatter\Presenter\Presenter |
public getPriority ( ) : integer | ||
return | integer |