-
Notifications
You must be signed in to change notification settings - Fork 34
Update namespace for Allure adapter #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- PHPUnit allure adapter conflicting with Codeception allure adapter
|
Thank you for fixing the issue. Looking forward for this solution to be merged! 👍 |
| <?php | ||
|
|
||
| namespace Yandex\Allure\Adapter; | ||
| namespace Yandex\Allure\PHPUnit\Adapter; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to have Yandex\Allure\PHPUnit namespace instead as well as class named AllurePHPUnit (or PHPUnit replaced with PhpUnit in both cases if it is applicable in PHP world)
| <?php | ||
|
|
||
| namespace Yandex\Allure\Adapter; | ||
| namespace Yandex\Allure\PHPUnit\Adapter; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| namespace Yandex\Allure\PHPUnit\Adapter; | |
| namespace Yandex\Allure\PHPUnit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baev does it look better now? (can you see suggested code?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like PhpUnit more than PHPUnit :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
PS Any thoughts on replacing to late 😄PHPUnit with PhpUnit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@okolesnyk will update the code shortly
@baev thank you for review
- PHPUnit allure adapter conflicting with Codeception allure adapter - Code review changes
|
Hi @baev and @okorshenko |
|
Hi @okolesnyk Thank you for quick fixes Waiting for @baev feedback |
|
@okolesnyk @okorshenko thanks! |
|
if there any other updates needed (like dependency updates) feel free to submit PR. Also it would be really appreciated if you guys review #38 I'll release the changes tomorrow |
By adding PHPUnit to namespace we resolving issue: #41