We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ea617 commit 44bd4bdCopy full SHA for 44bd4bd
dev/tests/unit/Magento/FunctionalTestFramework/Allure/AllureHelperTest.php
@@ -25,6 +25,7 @@ class AllureHelperTest extends TestCase
25
public function tearDown()
26
{
27
Allure::setDefaultLifecycle();
28
+ AspectMock::clean();
29
}
30
31
/**
@@ -85,6 +86,10 @@ public function testAddAttachmentToLastStep()
85
86
$this->assertEmpty($thirdStep->getAttachments());
87
88
89
+ /**
90
+ * AddAttachment actions should have files with different attachment names
91
+ * @throws \Yandex\Allure\Adapter\AllureException
92
+ */
93
public function testAddAttachementUniqueName()
94
95
$this->mockCopyFile();
0 commit comments