spec\PhpSpec\Laravel\Runner\Maintainer\PresenterMaintainerSpec::it_doesnt_tear_down_anything PHP Method

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
    function it_doesnt_tear_down_anything(ExampleNode $example, Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators)
    {
        $this->teardown($example, $context, $matchers, $collaborators);
    }