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

setUp() protected method

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