PHP Class PhpSpec\Laravel\Runner\Maintainer\LaravelMaintainer

Inheritance: implements PhpSpec\Runner\Maintainer\Maintainer
Show file Open project: benconstable/phpspec-laravel

Public Methods

Method Description
__construct ( Laravel $laravel ) Constructor.
getPriority ( ) : integer Give this maintainer a high priority in the stack to ensure that Laravel is bootstrapped early.
prepare ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
supports ( ExampleNode $example ) : boolean Check if this maintainer applies to the given node.
teardown ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )

Method Details

__construct() public method

Constructor.
public __construct ( Laravel $laravel )
$laravel PhpSpec\Laravel\Util\Laravel

getPriority() public method

Give this maintainer a high priority in the stack to ensure that Laravel is bootstrapped early.
public getPriority ( ) : integer
return integer

prepare() public method

public prepare ( 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

supports() public method

Will check for the 'setLaravel' method.
public supports ( ExampleNode $example ) : boolean
$example PhpSpec\Loader\Node\ExampleNode
return boolean

teardown() public method

public teardown ( 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