PHP Class spec\PHPSpec2\Matcher\MatchersCollection

Inheritance: extends PHPSpec2\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec2

Public Methods

Method 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 method

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 method

it_will_return_matcher_if_found() public method

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