Scalr\Tests\Service\AwsTest::setUp PHP Method

setUp() protected method

See also: PHPUnit_Framework_TestCase::setUp()
protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        if (!static::isSkippedFunctionalTest()) {
            $this->aws = $this->getEnvironment()->aws(self::REGION);
            $this->assertInstanceOf(self::CLASS_AWS, $this->aws);
        }
    }