We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d491c commit 0dc417bCopy full SHA for 0dc417b
src/Magento/FunctionalTestingFramework/Allure/Adapter/MagentoAllureAdapter.php
@@ -98,10 +98,13 @@ private function sanitizeGroupName($group)
98
}
99
100
/**
101
- * Override of parent method, only different to prevent replacing of . to •
+ * Override of parent method:
102
+ * prevent replacing of . to •
103
+ * strips control characters
104
*
105
* @param StepEvent $stepEvent
106
* @return void
107
+ * @throws \Yandex\Allure\Adapter\AllureException
108
*/
109
public function stepBefore(StepEvent $stepEvent)
110
{
0 commit comments