Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::setUp()
  */
 protected function setUp()
 {
     parent::setUp();
     if (!static::isSkippedFunctionalTest()) {
         $this->s3 = $this->getEnvironment()->aws(AwsTestCase::REGION)->s3;
         $this->s3->enableEntityManager();
     }
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::setUp()
  */
 protected function setUp()
 {
     parent::setUp();
     if (!$this->isSkipFunctionalTests()) {
         $this->s3 = $this->getContainer()->aws->s3;
         $this->s3->enableEntityManager();
     }
 }