PHP Class spec\PHPSpec2\Matcher\MatchersCollection

Inheritance: extends PHPSpec2\ObjectBehavior
Afficher le fichier Open project: phpspec/phpspec2

Méthodes publiques

Méthode Description
it_will_complain_if_matcher_is_not_found ( PHPSpec2\Matcher\MatcherInterface $matcher )
it_will_complain_if_no_matchers_registered ( )
it_will_return_matcher_if_found ( PHPSpec2\Matcher\MatcherInterface $matcher )

Method Details

it_will_complain_if_matcher_is_not_found() public méthode

public it_will_complain_if_matcher_is_not_found ( PHPSpec2\Matcher\MatcherInterface $matcher )
$matcher PHPSpec2\Matcher\MatcherInterface

it_will_complain_if_no_matchers_registered() public méthode

it_will_return_matcher_if_found() public méthode

public it_will_return_matcher_if_found ( PHPSpec2\Matcher\MatcherInterface $matcher )
$matcher PHPSpec2\Matcher\MatcherInterface