PHP Class PhpSpec\Listener\StopOnFailureListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: phpspec/phpspec

Public Methods

Method Description
__construct ( ConsoleIO $io )
afterExample ( ExampleEvent $event )
getSubscribedEvents ( ) : array

Method Details

__construct() public method

public __construct ( ConsoleIO $io )
$io PhpSpec\Console\ConsoleIO

afterExample() public method

public afterExample ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent

getSubscribedEvents() public static method

public static getSubscribedEvents ( ) : array
return array