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