PHP Class Symfony\Component\Console\Tests\Style\SymfonyStyleTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Protected Properties

Property Type Description
$command Symfony\Component\Console\Command\Command
$tester Symfony\Component\Console\Tester\CommandTester

Public Methods

Method Description
inputCommandToOutputFilesProvider ( )
inputInteractiveCommandToOutputFilesProvider ( )
testInteractiveOutputs ( $inputCommandFilepath, $outputFilepath )
testOutputs ( $inputCommandFilepath, $outputFilepath )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

inputCommandToOutputFilesProvider() public method

inputInteractiveCommandToOutputFilesProvider() public method

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testInteractiveOutputs() public method

public testInteractiveOutputs ( $inputCommandFilepath, $outputFilepath )

testOutputs() public method

public testOutputs ( $inputCommandFilepath, $outputFilepath )

Property Details

$command protected property

protected Command,Symfony\Component\Console\Command $command
return Symfony\Component\Console\Command\Command

$tester protected property

protected CommandTester,Symfony\Component\Console\Tester $tester
return Symfony\Component\Console\Tester\CommandTester