Scalr\Tests\Functional\Ui\Controller\Account\UsersTest::_getCreatedUserEmail PHP Метод

_getCreatedUserEmail() защищенный статический Метод

Gets test user's email
protected static _getCreatedUserEmail ( ) : string
Результат string
    protected static function _getCreatedUserEmail()
    {
        $username = self::getTestName(self::USER_FULLNAME);
        return $username . '@' . self::USER_EMAIL_DOMAIN;
    }