SymfonyStyleTest
extends TestCase
in package
Table of Contents
- $command : Command
- $tester : CommandTester
- $colSize : mixed
- inputCommandToOutputFilesProvider() : mixed
- inputInteractiveCommandToOutputFilesProvider() : mixed
- testGetErrorStyle() : mixed
- testGetErrorStyleUsesTheCurrentOutputIfNoErrorOutputIsAvailable() : mixed
- testInteractiveOutputs() : mixed
- testOutputs() : mixed
- setUp() : mixed
- tearDown() : mixed
Properties
$command
protected
Command
$command
$tester
protected
CommandTester
$tester
$colSize
private
mixed
$colSize
Methods
inputCommandToOutputFilesProvider()
public
inputCommandToOutputFilesProvider() : mixed
Return values
mixed —inputInteractiveCommandToOutputFilesProvider()
public
inputInteractiveCommandToOutputFilesProvider() : mixed
Return values
mixed —testGetErrorStyle()
public
testGetErrorStyle() : mixed
Return values
mixed —testGetErrorStyleUsesTheCurrentOutputIfNoErrorOutputIsAvailable()
public
testGetErrorStyleUsesTheCurrentOutputIfNoErrorOutputIsAvailable() : mixed
Return values
mixed —testInteractiveOutputs()
public
testInteractiveOutputs(mixed $inputCommandFilepath, mixed $outputFilepath) : mixed
Parameters
- $inputCommandFilepath : mixed
- $outputFilepath : mixed
Tags
Return values
mixed —testOutputs()
public
testOutputs(mixed $inputCommandFilepath, mixed $outputFilepath) : mixed
Parameters
- $inputCommandFilepath : mixed
- $outputFilepath : mixed
Tags
Return values
mixed —setUp()
protected
setUp() : mixed
Return values
mixed —tearDown()
protected
tearDown() : mixed