PHP 클래스 Symfony\Component\Console\Tests\Style\SymfonyStyleTest

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: symfony/symfony

보호된 프로퍼티들

프로퍼티 타입 설명
$command Symfony\Component\Console\Command\Command
$tester Symfony\Component\Console\Tester\CommandTester

공개 메소드들

메소드 설명
inputCommandToOutputFilesProvider ( )
inputInteractiveCommandToOutputFilesProvider ( )
testInteractiveOutputs ( $inputCommandFilepath, $outputFilepath )
testOutputs ( $inputCommandFilepath, $outputFilepath )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

메소드 상세

inputCommandToOutputFilesProvider() 공개 메소드

inputInteractiveCommandToOutputFilesProvider() 공개 메소드

setUp() 보호된 메소드

protected setUp ( )

tearDown() 보호된 메소드

protected tearDown ( )

testInteractiveOutputs() 공개 메소드

public testInteractiveOutputs ( $inputCommandFilepath, $outputFilepath )

testOutputs() 공개 메소드

public testOutputs ( $inputCommandFilepath, $outputFilepath )

프로퍼티 상세

$command 보호되어 있는 프로퍼티

protected Command,Symfony\Component\Console\Command $command
리턴 Symfony\Component\Console\Command\Command

$tester 보호되어 있는 프로퍼티

protected CommandTester,Symfony\Component\Console\Tester $tester
리턴 Symfony\Component\Console\Tester\CommandTester