PHP Class PhpSpec\NyanFormattersExtension\Formatter\NyanFormatter

Author: Jeff Welch ([email protected])
Author: Matthew Davis ([email protected])
Inheritance: extends PhpSpec\Formatter\ConsoleFormatter
Afficher le fichier Open project: phpspec/nyan-formatters

Protected Properties

Свойство Type Description
$states null | array The states for the scoreboard (character definition)

Méthodes publiques

Méthode Description
afterExample ( ExampleEvent $event ) Actions to perform after each example
afterSuite ( SuiteEvent $event ) Actions to perform after the test suite
beforeSuite ( SuiteEvent $event ) Actions to perform before the test suite

Method Details

afterExample() public méthode

Actions to perform after each example
public afterExample ( ExampleEvent $event )
$event PhpSpec\Event\ExampleEvent

afterSuite() public méthode

Actions to perform after the test suite
public afterSuite ( SuiteEvent $event )
$event PhpSpec\Event\SuiteEvent

beforeSuite() public méthode

Actions to perform before the test suite
public beforeSuite ( SuiteEvent $event )
$event PhpSpec\Event\SuiteEvent

Property Details

$states protected_oe property

The states for the scoreboard (character definition)
protected null|array $states
Résultat null | array