PHP Class Scalr\Tests\Service\Aws\CloudFrontTest

Since: 01.02.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Tests\Service\AwsTestCase
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode Description
getCloudFrontMock ( callback $callback = null ) : Scalr\Service\Aws\CloudFront Gets CloudFront Mock
getFixtureFilePath ( $filename )
getFixturesDirectory ( )
getResponseCallback ( string $method ) : Closure Gets response callback
testDescribeDistributions ( )
testFunctional ( )

Méthodes protégées

Méthode Description
setUp ( )
tearDown ( )

Method Details

getCloudFrontMock() public méthode

Gets CloudFront Mock
public getCloudFrontMock ( callback $callback = null ) : Scalr\Service\Aws\CloudFront
$callback callback
Résultat Scalr\Service\Aws\CloudFront Returns Ec2 Mock class

getFixtureFilePath() public méthode

public getFixtureFilePath ( $filename )

getFixturesDirectory() public méthode

getResponseCallback() public méthode

Gets response callback
public getResponseCallback ( string $method ) : Closure
$method string CloudFront API method
Résultat Closure

setUp() protected méthode

protected setUp ( )

tearDown() protected méthode

protected tearDown ( )

testDescribeDistributions() public méthode

testFunctional() public méthode

public testFunctional ( )