ProgressIndicatorTest
extends TestCase
in package
Tags
Table of Contents
Methods
- provideFormat() : array<string|int, mixed>
- Provides each defined format.
- testCannotAdvanceUnstartedIndicator() : mixed
- testCannotFinishUnstartedIndicator() : mixed
- testCannotSetInvalidIndicatorCharacters() : mixed
- testCannotStartAlreadyStartedIndicator() : mixed
- testCustomIndicatorValues() : mixed
- testDefaultIndicator() : mixed
- testFormats() : mixed
- testNonDecoratedOutput() : mixed
- generateOutput() : mixed
- getOutputStream() : mixed
Methods
provideFormat()
Provides each defined format.
public
provideFormat() : array<string|int, mixed>
Return values
array<string|int, mixed>testCannotAdvanceUnstartedIndicator()
public
testCannotAdvanceUnstartedIndicator() : mixed
Tags
testCannotFinishUnstartedIndicator()
public
testCannotFinishUnstartedIndicator() : mixed
Tags
testCannotSetInvalidIndicatorCharacters()
public
testCannotSetInvalidIndicatorCharacters() : mixed
Tags
testCannotStartAlreadyStartedIndicator()
public
testCannotStartAlreadyStartedIndicator() : mixed
Tags
testCustomIndicatorValues()
public
testCustomIndicatorValues() : mixed
testDefaultIndicator()
public
testDefaultIndicator() : mixed
testFormats()
public
testFormats(mixed $format) : mixed
Parameters
- $format : mixed
Tags
testNonDecoratedOutput()
public
testNonDecoratedOutput() : mixed
generateOutput()
protected
generateOutput(mixed $expected) : mixed
Parameters
- $expected : mixed
getOutputStream()
protected
getOutputStream([mixed $decorated = true ][, mixed $verbosity = StreamOutput::VERBOSITY_NORMAL ]) : mixed
Parameters
- $decorated : mixed = true
- $verbosity : mixed = StreamOutput::VERBOSITY_NORMAL