PHP 클래스 PhpSpec\NyanFormattersExtension\Formatter\NyanFormatter

저자: Jeff Welch ([email protected])
저자: Matthew Davis ([email protected])
상속: extends PhpSpec\Formatter\ConsoleFormatter
파일 보기 프로젝트 열기: phpspec/nyan-formatters

보호된 프로퍼티들

프로퍼티 타입 설명
$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