Scalr\Tests\Service\Aws\SqsTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        if (!static::isSkippedFunctionalTest()) {
            $this->sqs = $this->getEnvironment()->aws(self::REGION)->sqs;
            $this->sqs->enableEntityManager();
        }
    }