PHP Class GuzzleHttp\Test\Handler\MockHandlerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nystudio107/instantanalytics

Public Methods

Method Description
testCanCreateWithDefaultMiddleware ( )
testCanEnqueueCallables ( )
testCanGetLastRequestAndOptions ( )
testCanQueueExceptions ( )
testEnsuresEachAppendIsValid ( )
testInvokesOnFulfilled ( )
testInvokesOnRejected ( )
testInvokesOnStatsFunctionForError ( )
testInvokesOnStatsFunctionForResponse ( )
testIsCountable ( )
testReturnsMockResponse ( )
testSinkFilename ( )
testSinkResource ( )
testSinkStream ( )
testThrowsWhenNoMoreResponses ( )

Method Details

testCanCreateWithDefaultMiddleware() public method

testCanEnqueueCallables() public method

testCanGetLastRequestAndOptions() public method

testCanQueueExceptions() public method

testEnsuresEachAppendIsValid() public method

testInvokesOnFulfilled() public method

testInvokesOnRejected() public method

testInvokesOnStatsFunctionForError() public method

testInvokesOnStatsFunctionForResponse() public method

testIsCountable() public method

public testIsCountable ( )

testReturnsMockResponse() public method

testSinkFilename() public method

public testSinkFilename ( )

testSinkResource() public method

public testSinkResource ( )

testSinkStream() public method

public testSinkStream ( )

testThrowsWhenNoMoreResponses() public method