diff --git a/src/Yandex/Allure/Adapter/AllureAdapter.php b/src/Yandex/Allure/Adapter/AllureAdapter.php index 5d5bbf6..8fc348c 100644 --- a/src/Yandex/Allure/Adapter/AllureAdapter.php +++ b/src/Yandex/Allure/Adapter/AllureAdapter.php @@ -9,7 +9,7 @@ use Codeception\Event\FailEvent; use Codeception\Events; use Codeception\Platform\Extension; -use Codeception\Exception\Configuration as ConfigurationException; +use Codeception\Exception\ConfigurationException; use Symfony\Component\Finder\Finder; use Symfony\Component\Filesystem\Filesystem; use Yandex\Allure\Adapter\Annotation;