PHP 클래스 Jarves\Tests\KernelAwareTestCase

상속: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase, use trait ContainerHelperTrait
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$allCookies
$container

공개 메소드들

메소드 설명
call ( $path = '/', $method = 'GET', $parameters = [] )
login ( )
resetCookies ( )
restCall ( $path = '/', $method = 'GET', $postData = null, $failOnError = true )
setUp ( )

보호된 메소드들

메소드 설명
createClient ( array $options = [], array $server = [] ) : Client Creates a Client.
getRoot ( )

메소드 상세

call() 공개 메소드

public call ( $path = '/', $method = 'GET', $parameters = [] )

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

Creates a Client.
protected static createClient ( array $options = [], array $server = [] ) : Client
$options array An array of options to pass to the createKernel class
$server array An array of server parameters
리턴 Symfony\Bundle\FrameworkBundle\Client A Client instance

getRoot() 보호된 메소드

protected getRoot ( )

login() 공개 메소드

public login ( )

resetCookies() 공개 메소드

public resetCookies ( )

restCall() 공개 메소드

public restCall ( $path = '/', $method = 'GET', $postData = null, $failOnError = true )

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

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

protected $allCookies

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

protected $container