Method |
Description |
|
__construct ( PhpSpec\Formatter\Presenter\Presenter $presenter ) |
Constructor. |
|
getPriority ( ) : integer |
Give this maintainer a high priority in the stack. |
|
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 ) |
|
|