PHP 클래스 Pantheon\Terminus\UnitTests\Commands\CommandTestCase

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: pantheon-systems/terminus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Pantheon\Terminus\Config
$container League\Container\Container
$environment Pantheon\Terminus\Models\Environment
$environments Pantheon\Terminus\Collections\Environments
$input Symfony\Component\Console\Input\ArrayInput
$output Symfony\Component\Console\Output\OutputInterface
$site Pantheon\Terminus\Models\Site
$sites Pantheon\Terminus\Collections\Sites

공개 메소드들

메소드 설명
getConfig ( ) : Config
getContainer ( ) : mixed
getStatusCode ( ) : integer
setConfig ( Config $config ) : CommandTestCase
setContainer ( mixed $container ) : CommandTestCase

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

getConfig() 공개 메소드

public getConfig ( ) : Config
리턴 Pantheon\Terminus\Config

getContainer() 공개 메소드

public getContainer ( ) : mixed
리턴 mixed

getStatusCode() 공개 메소드

public getStatusCode ( ) : integer
리턴 integer

setConfig() 공개 메소드

public setConfig ( Config $config ) : CommandTestCase
$config Pantheon\Terminus\Config
리턴 CommandTestCase

setContainer() 공개 메소드

public setContainer ( mixed $container ) : CommandTestCase
$container mixed
리턴 CommandTestCase

setUp() 보호된 메소드

protected setUp ( )

프로퍼티 상세

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

protected Config,Pantheon\Terminus $config
리턴 Pantheon\Terminus\Config

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

protected Container,League\Container $container
리턴 League\Container\Container

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

protected Environment,Pantheon\Terminus\Models $environment
리턴 Pantheon\Terminus\Models\Environment

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

protected Environments,Pantheon\Terminus\Collections $environments
리턴 Pantheon\Terminus\Collections\Environments

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

protected ArrayInput,Symfony\Component\Console\Input $input
리턴 Symfony\Component\Console\Input\ArrayInput

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

protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface

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

protected Site,Pantheon\Terminus\Models $site
리턴 Pantheon\Terminus\Models\Site

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

protected Sites,Pantheon\Terminus\Collections $sites
리턴 Pantheon\Terminus\Collections\Sites