Skip to content

Commit 5e208f6

Browse files
committed
Merge pull request #17 from Mitrichius/hotfix-fail-event
hotfix - added missed import of FailEvent
2 parents 0c77d2f + 940b481 commit 5e208f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Yandex/Allure/Adapter/AllureAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Codeception\Event\StepEvent;
77
use Codeception\Event\SuiteEvent;
88
use Codeception\Event\TestEvent;
9+
use Codeception\Event\FailEvent;
910
use Codeception\Events;
1011
use Codeception\Platform\Extension;
1112
use Codeception\Exception\Configuration as ConfigurationException;

0 commit comments

Comments
 (0)