PHP Class GuzzleHttp\Tests\Event\RequestExceptionTest

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

Public Methods

Method Description
dataPrintableResponses ( )
testCanProvideHandlerContext ( )
testCreatesClientErrorResponseException ( )
testCreatesExceptionWithPrintableBodySummary ( $content )
testCreatesExceptionWithTruncatedSummary ( )
testCreatesExceptionWithoutPrintableBody ( )
testCreatesGenerateException ( )
testCreatesGenericErrorResponseException ( )
testCreatesServerErrorResponseException ( )
testDoesNotWrapExistingRequestExceptions ( )
testHasRequestAndResponse ( )
testHasStatusCodeAsExceptionCode ( )
testWrapsRequestExceptions ( )

Method Details

dataPrintableResponses() public method

testCanProvideHandlerContext() public method

testCreatesClientErrorResponseException() public method

testCreatesExceptionWithPrintableBodySummary() public method

testCreatesExceptionWithTruncatedSummary() public method

testCreatesExceptionWithoutPrintableBody() public method

testCreatesGenerateException() public method

testCreatesGenericErrorResponseException() public method

testCreatesServerErrorResponseException() public method

testDoesNotWrapExistingRequestExceptions() public method

testHasRequestAndResponse() public method

testHasStatusCodeAsExceptionCode() public method

testWrapsRequestExceptions() public method