Scalr\Tests\Service\Aws\S3Test::getS3Mock PHP Method

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
    public function getS3Mock($callback = null)
    {
        return $this->getServiceInterfaceMock('S3');
    }