Skip to content

Commit 0dc417b

Browse files
committed
MQE-1439: Invalid XML character in AdminDateFormatOnAttributePageTest causes Allure report parse error
- Improve function comment
1 parent c0d491c commit 0dc417b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Magento/FunctionalTestingFramework/Allure/Adapter/MagentoAllureAdapter.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,13 @@ private function sanitizeGroupName($group)
9898
}
9999

100100
/**
101-
* Override of parent method, only different to prevent replacing of . to •
101+
* Override of parent method:
102+
* prevent replacing of . to •
103+
* strips control characters
102104
*
103105
* @param StepEvent $stepEvent
104106
* @return void
107+
* @throws \Yandex\Allure\Adapter\AllureException
105108
*/
106109
public function stepBefore(StepEvent $stepEvent)
107110
{

0 commit comments

Comments
 (0)