File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
dev/tests/integration/testsuite/Magento/Setup/Console/Command Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -101,20 +101,6 @@ public function tearDown()
101
101
parent ::tearDown ();
102
102
}
103
103
104
- public static function tearDownAfterClass ()
105
- {
106
- parent ::tearDownAfterClass ();
107
-
108
- /** @var $appCache \Magento\Framework\App\Cache */
109
- $ appCache = Bootstrap::getObjectManager ()->get (\Magento \Framework \App \Cache::class);
110
- $ appCache ->clean (
111
- [
112
- \Magento \Eav \Model \Cache \Type::CACHE_TAG ,
113
- \Magento \Eav \Model \Entity \Attribute::CACHE_TAG ,
114
- ]
115
- );
116
- }
117
-
118
104
public static function setUpBeforeClass ()
119
105
{
120
106
$ db = Bootstrap::getInstance ()->getBootstrap ()
@@ -129,7 +115,8 @@ public static function setUpBeforeClass()
129
115
}
130
116
131
117
/**
132
- *
118
+ * @magentoAppArea adminhtml
119
+ * @magentoAppIsolation enabled
133
120
*/
134
121
public function testExecute ()
135
122
{
You can’t perform that action at this time.
0 commit comments