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;
    }