PHP Class Symfony\Bridge\PsrHttpMessage\Tests\Factory\HttpFoundationFactoryTest

Author: Kévin Dunglas ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/psr-http-message-bridge

Méthodes publiques

Méthode Description
setup ( )
testCreateRequest ( )
testCreateRequestWithNullParsedBody ( )
testCreateRequestWithObjectParsedBody ( )
testCreateRequestWithUri ( )
testCreateResponse ( )
testCreateUploadedFile ( )
testCreateUploadedFileWithError ( )

Private Methods

Méthode Description
callCreateUploadedFile ( Psr\Http\Message\UploadedFileInterface $uploadedFile )
createUploadedFile ( $content, $error, $clientFileName, $clientMediaType )

Method Details

setup() public méthode

public setup ( )

testCreateRequest() public méthode

public testCreateRequest ( )

testCreateRequestWithNullParsedBody() public méthode

testCreateRequestWithObjectParsedBody() public méthode

testCreateRequestWithUri() public méthode

testCreateResponse() public méthode

public testCreateResponse ( )

testCreateUploadedFile() public méthode

testCreateUploadedFileWithError() public méthode