示例#1
0
文件: SqsTest.php 项目: recipe/scalr
 /**
  * {@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
文件: SqsTest.php 项目: scalr/scalr
 /**
  * {@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();
     }
 }