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

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/symfony

Protected Properties

Свойство Type Description
$command Symfony\Component\Console\Command\Command
$tester Symfony\Component\Console\Tester\CommandTester

Méthodes publiques

Méthode Description
inputCommandToOutputFilesProvider ( )
inputInteractiveCommandToOutputFilesProvider ( )
testInteractiveOutputs ( $inputCommandFilepath, $outputFilepath )
testOutputs ( $inputCommandFilepath, $outputFilepath )

Méthodes protégées

Méthode Description
setUp ( )
tearDown ( )

Method Details

inputCommandToOutputFilesProvider() public méthode

inputInteractiveCommandToOutputFilesProvider() public méthode

setUp() protected méthode

protected setUp ( )

tearDown() protected méthode

protected tearDown ( )

testInteractiveOutputs() public méthode

public testInteractiveOutputs ( $inputCommandFilepath, $outputFilepath )

testOutputs() public méthode

public testOutputs ( $inputCommandFilepath, $outputFilepath )

Property Details

$command protected_oe property

protected Command,Symfony\Component\Console\Command $command
Résultat Symfony\Component\Console\Command\Command

$tester protected_oe property

protected CommandTester,Symfony\Component\Console\Tester $tester
Résultat Symfony\Component\Console\Tester\CommandTester