File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Yandex/Allure/PhpUnit Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Yandex \Allure \Adapter ;
3
+ namespace Yandex \Allure \PhpUnit ;
4
4
5
5
use Exception ;
6
6
use PHPUnit \Framework \AssertionFailedError ;
11
11
use PHPUnit \Framework \TestSuite ;
12
12
use PHPUnit \Framework \DataProviderTestSuite ;
13
13
use PHPUnit \Framework \Warning ;
14
+ use Yandex \Allure \Adapter \Allure ;
14
15
use Yandex \Allure \Adapter \Annotation ;
15
16
use Yandex \Allure \Adapter \Event \TestCaseBrokenEvent ;
16
17
use Yandex \Allure \Adapter \Event \TestCaseCanceledEvent ;
22
23
use Yandex \Allure \Adapter \Event \TestSuiteStartedEvent ;
23
24
use Yandex \Allure \Adapter \Model ;
24
25
25
- class AllureAdapter implements TestListener
26
+ class AllurePhpUnit implements TestListener
26
27
{
27
28
28
29
//NOTE: here we implicitly assume that PHPUnit runs in single-threaded mode
You can’t perform that action at this time.
0 commit comments