PHP 클래스 Autarky\Testing\WebTestCase

상속: extends TestCase
파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$client Symfony\Component\HttpKernel\Client The browserkit client instance.

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )

보호된 메소드들

메소드 설명
createClient ( ) : Client Create a httpkernel\browserkit client.

메소드 상세

createClient() 보호된 메소드

Override this method if you want to provide custom parameters to the client like fake $_SERVER data, browser history or cookies.
protected createClient ( ) : Client
리턴 Symfony\Component\HttpKernel\Client

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

프로퍼티 상세

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

The browserkit client instance.
protected Client,Symfony\Component\HttpKernel $client
리턴 Symfony\Component\HttpKernel\Client