PHP Class PhpSpec\Formatter\PrettyFormatter

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

Public Methods

Method Description
afterExample ( ExampleEvent $event )
afterSuite ( SuiteEvent $event )
beforeSpecification ( SpecificationEvent $event )

Protected Methods

Method Description
printException ( ExampleEvent $event, $depth = null )
printSlowTime ( ExampleEvent $event )

Method Details

afterExample() public method

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

afterSuite() public method

public afterSuite ( SuiteEvent $event )
$event PhpSpec\Event\SuiteEvent

beforeSpecification() public method

public beforeSpecification ( SpecificationEvent $event )
$event PhpSpec\Event\SpecificationEvent

printException() protected method

protected printException ( ExampleEvent $event, $depth = null )
$event PhpSpec\Event\ExampleEvent

printSlowTime() protected method

protected printSlowTime ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent