Scalr\Tests\Service\AwsTest::setUp PHP 메소드

setUp() 보호된 메소드

또한 보기: 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);
        }
    }