PHP Class spec\PhpSpec\Runner\MatcherManagerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec

Public Methods

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

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

it_searches_matchers_by_their_priority() public method

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 method

let() public method

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