Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/allure-framework/allure-phpunit/test/report/Hook/
Upload File :
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());
    }
}