PHP Class spec\GrumPHP\Event\TaskFailedEventSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpro/grumphp

Public Methods

Method Description
it_has_a_task ( GrumPHP\Task\TaskInterface $task )
it_is_a_runner_event ( )
it_is_initializable ( )
it_should_contain_the_exception ( Exceptio\Exception $exception )
it_should_have_a_context ( GrumPHP\Task\Context\ContextInterface $context )
let ( GrumPHP\Task\TaskInterface $task, GrumPHP\Task\Context\ContextInterface $context, Exceptio\Exception $exception )

Method Details

it_has_a_task() public method

public it_has_a_task ( GrumPHP\Task\TaskInterface $task )
$task GrumPHP\Task\TaskInterface

it_is_a_runner_event() public method

it_is_initializable() public method

public it_is_initializable ( )

it_should_contain_the_exception() public method

public it_should_contain_the_exception ( Exceptio\Exception $exception )
$exception Exceptio\Exception

it_should_have_a_context() public method

public it_should_have_a_context ( GrumPHP\Task\Context\ContextInterface $context )
$context GrumPHP\Task\Context\ContextInterface

let() public method

public let ( GrumPHP\Task\TaskInterface $task, GrumPHP\Task\Context\ContextInterface $context, Exceptio\Exception $exception )
$task GrumPHP\Task\TaskInterface
$context GrumPHP\Task\Context\ContextInterface
$exception Exceptio\Exception