PHP Class InterNations\Component\HttpMock\Tests\AppIntegrationTest

Inheritance: extends InterNations\Component\Testing\AbstractTestCase
Datei anzeigen Open project: internations/http-mock

Public Methods

Method Description
setUp ( )
setUpBeforeClass ( )
tearDownAfterClass ( )
testErrorHandling ( )
testNewestExpectationsAreFirstEvaluated ( )
testRecording ( )
testServerParamsAreRecorded ( )
testSimpleUseCase ( )

Private Methods

Method Description
createExpectationParams ( array $closures, Response $response )
parseRequestFromResponse ( Guzzle\Http\Message\Response $response )

Method Details

setUp() public method

public setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

testErrorHandling() public method

public testErrorHandling ( )

testNewestExpectationsAreFirstEvaluated() public method

testRecording() public method

public testRecording ( )

testServerParamsAreRecorded() public method

testSimpleUseCase() public method

public testSimpleUseCase ( )