PHP 클래스 Joli\GifExceptionBundle\Tests\WebTestCase

상속: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase
파일 보기 프로젝트 열기: jolicode/GifExceptionBundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$application An Application.

공개 메소드들

메소드 설명
setUp ( )

보호된 메소드들

메소드 설명
createKernel ( array $options = [] )
getOutputForCommand ( Command $command, string $commandName, array $args = [], array $options = [] ) : string Get the output for a Command.

메소드 상세

createKernel() 보호된 정적인 메소드

protected static createKernel ( array $options = [] )
$options array

getOutputForCommand() 보호된 메소드

Get the output for a Command.
protected getOutputForCommand ( Command $command, string $commandName, array $args = [], array $options = [] ) : string
$command Symfony\Component\Console\Command\Command The Command to run.
$commandName string
$args array
$options array
리턴 string The output.

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

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

An Application.
protected $application