Scalr\Tests\TestCase::getInstallationId PHP 메소드

getInstallationId() 보호된 정적인 메소드

It is used for isolation the functional tests of third party services like AWS, OpenStack ... etc
protected static getInstallationId ( ) : string
리턴 string Returns ID of the Scalr installation
    protected static function getInstallationId()
    {
        if (!defined('SCALR_ID')) {
            throw new \Exception('SCALR_ID is not defined!');
        }
        return \SCALR_ID;
    }