PHP Class GuzzleHttp\Tests\HandlerStackTest

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

Public Methods

Method Description
bar ( )
foo ( )
testCanAddAfterByName ( )
testCanAddBeforeByName ( )
testCanPrintMiddleware ( )
testCanRemoveMiddlewareByInstance ( )
testCanSetDifferentHandlerAfterConstruction ( )
testEnsuresHandlerExistsByName ( )
testEnsuresHandlerIsSet ( )
testPicksUpCookiesFromRedirects ( )
testPushInOrder ( )
testSetsHandlerInCtor ( )
testUnshiftsInReverseOrder ( )

Private Methods

Method Description
getFunctions ( )

Method Details

bar() public method

public bar ( )

foo() public static method

public static foo ( )

testCanAddAfterByName() public method

testCanAddBeforeByName() public method

testCanPrintMiddleware() public method

testCanRemoveMiddlewareByInstance() public method

testCanSetDifferentHandlerAfterConstruction() public method

testEnsuresHandlerExistsByName() public method

testEnsuresHandlerIsSet() public method

testPicksUpCookiesFromRedirects() public method

testPushInOrder() public method

public testPushInOrder ( )

testSetsHandlerInCtor() public method

testUnshiftsInReverseOrder() public method