PHP Class Neos\Flow\Tests\Unit\Http\BrowserTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$browser Neos\Flow\Http\Client\Browser

Public Methods

Method Description
automaticHeadersAreSetOnEachRequest ( )
automaticHeadersCanBeRemovedAgain ( )
browserDoesNotRedirectOnLocationHeaderButNot3xxResponseCode ( )
browserFollowsRedirectionIfResponseTellsSo ( )
browserHaltsOnAttemptedInfiniteRedirectionLoop ( )
browserHaltsOnExceedingMaximumRedirections ( )
requestingUriQueriesRequestEngine ( )

Protected Methods

Method Description
setUp ( )

Method Details

automaticHeadersAreSetOnEachRequest() public method

automaticHeadersCanBeRemovedAgain() public method

browserDoesNotRedirectOnLocationHeaderButNot3xxResponseCode() public method

browserFollowsRedirectionIfResponseTellsSo() public method

browserHaltsOnAttemptedInfiniteRedirectionLoop() public method

browserHaltsOnExceedingMaximumRedirections() public method

requestingUriQueriesRequestEngine() public method

setUp() protected method

protected setUp ( )

Property Details

$browser protected property

protected Browser,Neos\Flow\Http\Client $browser
return Neos\Flow\Http\Client\Browser