PHP Класс PhpSpec\NyanFormattersExtension\Formatter\NyanFormatter

Автор: Jeff Welch ([email protected])
Автор: Matthew Davis ([email protected])
Наследование: extends PhpSpec\Formatter\ConsoleFormatter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$states null | array The states for the scoreboard (character definition)

Открытые методы

Метод Описание
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

Описание методов

afterExample() публичный Метод

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

afterSuite() публичный Метод

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

beforeSuite() публичный Метод

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

Описание свойств

$states защищенное свойство

The states for the scoreboard (character definition)
protected null|array $states
Результат null | array