| Current Path : /home/rtorresani/www/vendor/allure-framework/allure-phpunit/test/report/Hook/ |
| Current File : //home/rtorresani/www/vendor/allure-framework/allure-phpunit/test/report/Hook/OnSetupHook.php |
<?php
declare(strict_types=1);
namespace Qameta\Allure\PHPUnit\Test\Report\Hook;
use Qameta\Allure\Allure;
final class OnSetupHook
{
public function __invoke()
{
Allure::getLifecycleConfigurator()
->addHooks(new OnLifecycleErrorHook());
}
}