Scalr\Tests\TestCase::getTestName PHP Method

getTestName() public static method

Gets test name
public static getTestName ( string $suffix = '' ) : string
$suffix string optional Name suffix
return string Returns test name
    public static function getTestName($suffix = '')
    {
        return 'phpunit' . (!empty($suffix) ? '-' . $suffix : '') . '-' . self::getInstallationId();
    }