PHP Class PhlyTest\Conduit\Http\ResponseTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: phly/conduit

Public Methods

Method Description
setUp ( )
testAddHeaderDoesNothingIfComplete ( )
testCallingEndMarksAsComplete ( )
testCallingEndMultipleTimesDoesNothingAfterFirstCall ( )
testCanAccessOriginalResponse ( )
testCannotMutateResponseAfterCallingEnd ( )
testDecoratorProxiesToAllMethods ( )
testIsNotCompleteByDefault ( )
testSetBodyReturnsEarlyIfComplete ( )
testWriteAppendsBody ( )

Method Details

setUp() public method

public setUp ( )

testAddHeaderDoesNothingIfComplete() public method

testCallingEndMarksAsComplete() public method

testCallingEndMultipleTimesDoesNothingAfterFirstCall() public method

testCanAccessOriginalResponse() public method

testCannotMutateResponseAfterCallingEnd() public method

testDecoratorProxiesToAllMethods() public method

testIsNotCompleteByDefault() public method

testSetBodyReturnsEarlyIfComplete() public method

testWriteAppendsBody() public method