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

setUp() protected method

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