Since: 19.10.2012
Author: Vitaliy Demidov (vitaliy@scalr.com)
Inheritance: extends Scalr\Tests\TestCase
Example #1
0
 /**
  * {@inheritdoc}
  * @see PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     $this->aws = null;
     parent::tearDown();
 }
Example #2
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Ec2';
 }
Example #3
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
Example #4
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/CloudFront';
 }
Example #5
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Route53';
 }