| Current Path : /home/rtorresani/www/vendor/allure-framework/allure-phpunit/src/Setup/ |
| Current File : //home/rtorresani/www/vendor/allure-framework/allure-phpunit/src/Setup/ThreadDetectorInterface.php |
<?php
declare(strict_types=1);
namespace Qameta\Allure\PHPUnit\Setup;
interface ThreadDetectorInterface
{
public function getThread(): ?string;
public function getHost(): ?string;
}