Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/allure-framework/allure-php-commons/src/Legacy/Model/
Upload File :
Current File : //home/rtorresani/www/vendor/allure-framework/allure-php-commons/src/Legacy/Model/ParameterKind.php

<?php

namespace Yandex\Allure\Adapter\Model;

/**
 * Parameter kind
 *
 * @deprecated Used only with legacy annotation {@see \Yandex\Allure\Adapter\Annotation\Parameter} and ignored by
 *      this implementation.
 */
final class ParameterKind
{
    public const ARGUMENT = 'argument';
    public const SYSTEM_PROPERTY = 'system-property';
    public const ENVIRONMENT_VARIABLE = 'environment-variable';
}