PHP 클래스 InterNations\Component\HttpMock\Tests\AppIntegrationTest

상속: extends InterNations\Component\Testing\AbstractTestCase
파일 보기 프로젝트 열기: internations/http-mock

공개 메소드들

메소드 설명
setUp ( )
setUpBeforeClass ( )
tearDownAfterClass ( )
testErrorHandling ( )
testNewestExpectationsAreFirstEvaluated ( )
testRecording ( )
testServerParamsAreRecorded ( )
testSimpleUseCase ( )

비공개 메소드들

메소드 설명
createExpectationParams ( array $closures, Response $response )
parseRequestFromResponse ( Guzzle\Http\Message\Response $response )

메소드 상세

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

tearDownAfterClass() 공개 정적인 메소드

public static tearDownAfterClass ( )

testErrorHandling() 공개 메소드

public testErrorHandling ( )

testNewestExpectationsAreFirstEvaluated() 공개 메소드

testRecording() 공개 메소드

public testRecording ( )

testServerParamsAreRecorded() 공개 메소드

testSimpleUseCase() 공개 메소드

public testSimpleUseCase ( )