PHP Class Scalr\Tests\Service\Aws\S3Test

Since: 12.11.2012
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Tests\Service\AwsTestCase
Show file Open project: scalr/scalr

Public Methods

Method Description
getFixtureFilePath ( $filename )
getFixturesDirectory ( )
getS3ClassName ( string $suffix ) : string Gets S3 class name
getS3Mock ( callback $callback = null ) : Scalr\Service\Aws\S3 Gets S3 Mock
testFunctionalErrorMessageShouldContainAction ( )
testFunctionalS3 ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

getFixtureFilePath() public method

public getFixtureFilePath ( $filename )

getFixturesDirectory() public method

getS3ClassName() public method

Gets S3 class name
public getS3ClassName ( string $suffix ) : string
$suffix string Suffix
return string

getS3Mock() public method

Gets S3 Mock
public getS3Mock ( callback $callback = null ) : Scalr\Service\Aws\S3
$callback callback
return Scalr\Service\Aws\S3 Returns S3 Mock class

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testFunctionalErrorMessageShouldContainAction() public method

testFunctionalS3() public method

public testFunctionalS3 ( )