PHP Class spec\PhpSpec\Runner\MatcherManagerSpec

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

Méthodes publiques

Méthode Description
it_searches_in_registered_matchers ( PhpSpec\Matcher\Matcher $matcher )
it_searches_matchers_by_their_priority ( PhpSpec\Matcher\Matcher $matcher1, PhpSpec\Matcher\Matcher $matcher2 )
it_throws_MatcherNotFoundException_if_matcher_not_found ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_searches_in_registered_matchers() public méthode

public it_searches_in_registered_matchers ( PhpSpec\Matcher\Matcher $matcher )
$matcher PhpSpec\Matcher\Matcher

it_searches_matchers_by_their_priority() public méthode

public it_searches_matchers_by_their_priority ( PhpSpec\Matcher\Matcher $matcher1, PhpSpec\Matcher\Matcher $matcher2 )
$matcher1 PhpSpec\Matcher\Matcher
$matcher2 PhpSpec\Matcher\Matcher

it_throws_MatcherNotFoundException_if_matcher_not_found() public méthode

let() public méthode

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter