Since: 19.10.2012
Author: Vitaliy Demidov (vitaliy@scalr.com)
Inheritance: extends Scalr\Tests\TestCase
コード例 #1
0
ファイル: AwsTest.php プロジェクト: sacredwebsite/scalr
 /**
  * {@inheritdoc}
  * @see PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     $this->aws = null;
     parent::tearDown();
 }
コード例 #2
0
ファイル: Ec2Test.php プロジェクト: rickb838/scalr
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Ec2';
 }
コード例 #3
0
ファイル: S3QueryClientTest.php プロジェクト: rickb838/scalr
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #4
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/CloudFront';
 }
コード例 #5
0
ファイル: Route53Test.php プロジェクト: sacredwebsite/scalr
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::getFixturesDirectory()
  */
 public function getFixturesDirectory()
 {
     return parent::getFixturesDirectory() . '/Route53';
 }