File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/StaticCheck Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 66
77namespace tests \unit \Magento \FunctionalTestFramework \StaticCheck ;
88
9- use AspectMock \Test as AspectMock ;
109use Magento \FunctionalTestingFramework \DataGenerator \Handlers \OperationDefinitionObjectHandler ;
1110use Magento \FunctionalTestingFramework \DataGenerator \Objects \EntityDataObject ;
1211use 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)
You can’t perform that action at this time.
0 commit comments