Skip to content

Commit 87e4887

Browse files
authored
allow testwith annotation by default (via allure-framework#50)
1 parent 302d1b6 commit 87e4887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Yandex/Allure/PhpUnit/AllurePhpUnit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class AllurePhpUnit implements TestListener
4141
'coversDefaultClass', 'coversNothing', 'dataProvider', 'depends', 'expectedException',
4242
'expectedExceptionCode', 'expectedExceptionMessage', 'group', 'large', 'medium',
4343
'preserveGlobalState', 'requires', 'runTestsInSeparateProcesses', 'runInSeparateProcess',
44-
'small', 'test', 'testdox', 'ticket', 'uses',
44+
'small', 'test', 'testWith', 'testdox', 'ticket', 'uses',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)