Skip to content

Commit ce3b28b

Browse files
committed
MQE-1704: MFTF Compatibility with PHPUnit 8
commenting out addAttachmentEvent
1 parent 468b62b commit ce3b28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function () use ($rootStep, $formattedSteps) {
315315

316316
$this->getLifecycle()->getStepStorage()->put($rootStep);
317317

318-
$this->addAttachmentEvent($testEvent);
318+
//$this->addAttachmentEvent($testEvent);
319319

320320
$this->getLifecycle()->fire(new TestCaseFinishedEvent());
321321
}

0 commit comments

Comments
 (0)