PHP Class Phprest\Service\Hateoas\UtilTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Getter, use trait Util
Afficher le fichier Open project: phprest/phprest

Méthodes publiques

Méthode Description
setUp ( )
setUpBeforeClass ( )
testDefaultSerialize ( )
testJsonDeserialize ( )
testJsonDeserializeWithUnsopportedFormat ( )
testJsonSerialize ( )
testNotAcceptableSerialize ( )
testXmlSerialize ( )

Méthodes protégées

Méthode Description
getContainer ( )
setRequestParameters ( string $vendor, string | integer $apiVersion, string $acceptHeader ) : Request

Method Details

getContainer() protected méthode

protected getContainer ( )

setRequestParameters() protected méthode

protected setRequestParameters ( string $vendor, string | integer $apiVersion, string $acceptHeader ) : Request
$vendor string
$apiVersion string | integer
$acceptHeader string
Résultat Symfony\Component\HttpFoundation\Request

setUp() public méthode

public setUp ( )

setUpBeforeClass() public static méthode

public static setUpBeforeClass ( )

testDefaultSerialize() public méthode

testJsonDeserialize() public méthode

public testJsonDeserialize ( )

testJsonDeserializeWithUnsopportedFormat() public méthode

testJsonSerialize() public méthode

public testJsonSerialize ( )

testNotAcceptableSerialize() public méthode

testXmlSerialize() public méthode

public testXmlSerialize ( )