PHP 클래스 Goutte\Tests\ClientTest

저자: Michael Dowling ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: fabpot/goutte

보호된 프로퍼티들

프로퍼티 타입 설명
$history
$mock GuzzleHttp\Handler\MockHandler

공개 메소드들

메소드 설명
testConvertsGuzzleHeadersToArrays ( )
testCreatesDefaultClient ( )
testCreatesResponse ( )
testCustomUserAgent ( )
testCustomUserAgentConstructor ( )
testHandlesRedirectsCorrectly ( )
testHttps ( )
testNullResponseException ( )
testPostEmbeddedFormWithFiles ( )
testPostFormWithFiles ( )
testResetHeaders ( )
testResetsAuth ( )
testRestart ( )
testUsesAuth ( )
testUsesCookies ( )
testUsesCookiesWithCustomPort ( )
testUsesCustomClient ( )
testUsesCustomHeaders ( )
testUsesPostFiles ( )
testUsesPostFilesNestedFields ( )
testUsesPostFilesOnClientSide ( )
testUsesPostFilesUploadError ( )
testUsesPostNamedFiles ( )

보호된 메소드들

메소드 설명
getGuzzle ( array $responses = [] )

메소드 상세

getGuzzle() 보호된 메소드

protected getGuzzle ( array $responses = [] )
$responses array

testConvertsGuzzleHeadersToArrays() 공개 메소드

testCreatesDefaultClient() 공개 메소드

testCreatesResponse() 공개 메소드

public testCreatesResponse ( )

testCustomUserAgent() 공개 메소드

public testCustomUserAgent ( )

testCustomUserAgentConstructor() 공개 메소드

testHandlesRedirectsCorrectly() 공개 메소드

testHttps() 공개 메소드

public testHttps ( )

testNullResponseException() 공개 메소드

testPostEmbeddedFormWithFiles() 공개 메소드

testPostFormWithFiles() 공개 메소드

testResetHeaders() 공개 메소드

public testResetHeaders ( )

testResetsAuth() 공개 메소드

public testResetsAuth ( )

testRestart() 공개 메소드

public testRestart ( )

testUsesAuth() 공개 메소드

public testUsesAuth ( )

testUsesCookies() 공개 메소드

public testUsesCookies ( )

testUsesCookiesWithCustomPort() 공개 메소드

testUsesCustomClient() 공개 메소드

testUsesCustomHeaders() 공개 메소드

testUsesPostFiles() 공개 메소드

public testUsesPostFiles ( )

testUsesPostFilesNestedFields() 공개 메소드

testUsesPostFilesOnClientSide() 공개 메소드

testUsesPostFilesUploadError() 공개 메소드

testUsesPostNamedFiles() 공개 메소드

프로퍼티 상세

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

protected $history

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

protected MockHandler,GuzzleHttp\Handler $mock
리턴 GuzzleHttp\Handler\MockHandler