Пример #1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service\Aws.SqsTestCase::setUp()
  */
 protected function setUp()
 {
     parent::setUp();
     if (!$this->isSkipFunctionalTests()) {
         $this->sqs = $this->getContainer()->aws(self::REGION)->sqs;
         $this->sqs->enableEntityManager();
     }
 }
Пример #2
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service\Aws.SqsTestCase::setUp()
  */
 protected function setUp()
 {
     parent::setUp();
     if (!static::isSkippedFunctionalTest()) {
         $this->sqs = $this->getEnvironment()->aws(self::REGION)->sqs;
         $this->sqs->enableEntityManager();
     }
 }