PHP 클래스 Codeception\Module\WorkingSilex

저자: Carson Full ([email protected])
상속: extends Codeception\Module\Silex
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$cookieJar Symfony\Component\BrowserKit\CookieJar

공개 메소드들

메소드 설명
_before ( Codeception\TestInterface $test )
_initialize ( )
reloadApp ( )

보호된 메소드들

메소드 설명
clientRequest ( $method, $uri, array $parameters = [], array $files = [], array $server = [], $content = null, $changeHistory = true )
loadApp ( )

메소드 상세

_before() 공개 메소드

public _before ( Codeception\TestInterface $test )
$test Codeception\TestInterface

_initialize() 공개 메소드

public _initialize ( )

clientRequest() 보호된 메소드

protected clientRequest ( $method, $uri, array $parameters = [], array $files = [], array $server = [], $content = null, $changeHistory = true )
$parameters array
$files array
$server array

loadApp() 보호된 메소드

protected loadApp ( )

reloadApp() 공개 메소드

public reloadApp ( )

프로퍼티 상세

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

protected CookieJar,Symfony\Component\BrowserKit $cookieJar
리턴 Symfony\Component\BrowserKit\CookieJar