PHP Class spec\PhpSpec\Laravel\Runner\Maintainer\PresenterMaintainerSpec

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

Public Methods

Method Description
it_doesnt_tear_down_anything ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
it_has_a_high_priority ( )
it_is_a_maintainer ( )
it_sets_a_presenter_object_on_a_spec ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
it_supports_objects_with_a_setPresenter_method ( ExampleNode $example )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter, ExampleNode $example, PhpSpec\Specification $context )

Method Details

it_doesnt_tear_down_anything() public method

public it_doesnt_tear_down_anything ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification
$matchers PhpSpec\Runner\MatcherManager
$collaborators PhpSpec\Runner\CollaboratorManager

it_has_a_high_priority() public method

it_is_a_maintainer() public method

public it_is_a_maintainer ( )

it_sets_a_presenter_object_on_a_spec() public method

public it_sets_a_presenter_object_on_a_spec ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification
$matchers PhpSpec\Runner\MatcherManager
$collaborators PhpSpec\Runner\CollaboratorManager

it_supports_objects_with_a_setPresenter_method() public method

public it_supports_objects_with_a_setPresenter_method ( ExampleNode $example )
$example PhpSpec\Loader\Node\ExampleNode

let() public method

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter, ExampleNode $example, PhpSpec\Specification $context )
$presenter PhpSpec\Formatter\Presenter\Presenter
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification