PHP Class spec\PhpSpec\Runner\Maintainer\MatchersMaintainerSpec

Inheritance: extends PhpSpec\ObjectBehavior
ファイルを表示 Open project: phpspec/phpspec

Public Methods

Method Description
it_should_add_default_matchers_to_the_matcher_manager ( PhpSpec\Formatter\Presenter\Presenter $presenter, ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators, PhpSpec\Matcher\Matcher $matcher )

Method Details

it_should_add_default_matchers_to_the_matcher_manager() public method

public it_should_add_default_matchers_to_the_matcher_manager ( PhpSpec\Formatter\Presenter\Presenter $presenter, ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators, PhpSpec\Matcher\Matcher $matcher )
$presenter PhpSpec\Formatter\Presenter\Presenter
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification
$matchers PhpSpec\Runner\MatcherManager
$collaborators PhpSpec\Runner\CollaboratorManager
$matcher PhpSpec\Matcher\Matcher