Skip to content

Commit 4c1c51a

Browse files
committed
Merge remote-tracking branch 'origin/imported-magento-magento2-functional-testing-framework-838' into MQE-2683
2 parents 2fee35a + b2eae3f commit 4c1c51a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/StaticCheck/DeprecatedEntityUsageCheckTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace tests\unit\Magento\FunctionalTestFramework\StaticCheck;
88

9-
use AspectMock\Test as AspectMock;
109
use Magento\FunctionalTestingFramework\DataGenerator\Handlers\OperationDefinitionObjectHandler;
1110
use Magento\FunctionalTestingFramework\DataGenerator\Objects\EntityDataObject;
1211
use Magento\FunctionalTestingFramework\Page\Objects\ElementObject;
@@ -34,11 +33,6 @@ public function setUp(): void
3433
$this->staticCheckClass = new \ReflectionClass($this->staticCheck);
3534
}
3635

37-
public function tearDown(): void
38-
{
39-
AspectMock::clean();
40-
}
41-
4236
public function testInvalidPathOption()
4337
{
4438
$input = $this->getMockBuilder(InputInterface::class)

0 commit comments

Comments
 (0)