PHP Класс PhpBench\Tests\Unit\Progress\Logger\DotsLoggerTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

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

Метод Описание
setUp ( )
tearDown ( )
testDoNothingCiIterations ( ) It should do nothing in CI mode at the end of an iteration.
testIteration ( ) It should show a spinner when not in CI mode.
testIterationsEnd ( ) It should reset the line and dump the buffer when NOT in CI mode.
testIterationsEndException ( ) It should log an error.
testIterationsEndRejectionsReturnEarly ( ) It should return early if the rejection count > 0.
testIterationsEndWithCI ( ) It should output a simple . at the end of a subject in CI mode.

Приватные методы

Метод Описание
createLogger ( $ci = false )

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

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

public setUp ( )

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

public tearDown ( )

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

It should do nothing in CI mode at the end of an iteration.

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

It should show a spinner when not in CI mode.
public testIteration ( )

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

It should reset the line and dump the buffer when NOT in CI mode.
public testIterationsEnd ( )

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

It should log an error.

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

It should return early if the rejection count > 0.

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

It should output a simple . at the end of a subject in CI mode.