PHP Class PHPSpec2\Matcher\CountMatcher

Inheritance: extends BasicMatcher
Afficher le fichier Open project: phpspec/phpspec2

Méthodes publiques

Méthode Description
__construct ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
supports ( $name, $subject, array $arguments )

Méthodes protégées

Méthode Description
getFailureException ( $name, $subject, array $arguments )
getNegativeFailureException ( $name, $subject, array $arguments )
matches ( $subject, array $arguments )

Method Details

__construct() public méthode

public __construct ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface

getFailureException() protected méthode

protected getFailureException ( $name, $subject, array $arguments )
$arguments array

getNegativeFailureException() protected méthode

protected getNegativeFailureException ( $name, $subject, array $arguments )
$arguments array

matches() protected méthode

protected matches ( $subject, array $arguments )
$arguments array

supports() public méthode

public supports ( $name, $subject, array $arguments )
$arguments array