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 6
6
7
7
namespace tests \unit \Magento \FunctionalTestFramework \StaticCheck ;
8
8
9
- use AspectMock \Test as AspectMock ;
10
9
use Magento \FunctionalTestingFramework \DataGenerator \Handlers \OperationDefinitionObjectHandler ;
11
10
use Magento \FunctionalTestingFramework \DataGenerator \Objects \EntityDataObject ;
12
11
use Magento \FunctionalTestingFramework \Page \Objects \ElementObject ;
@@ -34,11 +33,6 @@ public function setUp(): void
34
33
$ this ->staticCheckClass = new \ReflectionClass ($ this ->staticCheck );
35
34
}
36
35
37
- public function tearDown (): void
38
- {
39
- AspectMock::clean ();
40
- }
41
-
42
36
public function testInvalidPathOption ()
43
37
{
44
38
$ input = $ this ->getMockBuilder (InputInterface::class)
You can’t perform that action at this time.
0 commit comments