PHP Class PhlyTest\Conduit\Http\ResponseTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: phly/conduit

Méthodes publiques

Méthode Description
setUp ( )
testAddHeaderDoesNothingIfComplete ( )
testCallingEndMarksAsComplete ( )
testCallingEndMultipleTimesDoesNothingAfterFirstCall ( )
testCanAccessOriginalResponse ( )
testCannotMutateResponseAfterCallingEnd ( )
testDecoratorProxiesToAllMethods ( )
testIsNotCompleteByDefault ( )
testSetBodyReturnsEarlyIfComplete ( )
testWriteAppendsBody ( )

Method Details

setUp() public méthode

public setUp ( )

testAddHeaderDoesNothingIfComplete() public méthode

testCallingEndMarksAsComplete() public méthode

testCallingEndMultipleTimesDoesNothingAfterFirstCall() public méthode

testCanAccessOriginalResponse() public méthode

testCannotMutateResponseAfterCallingEnd() public méthode

testDecoratorProxiesToAllMethods() public méthode

testIsNotCompleteByDefault() public méthode

testSetBodyReturnsEarlyIfComplete() public méthode

testWriteAppendsBody() public méthode