File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
dev/tests/integration/testsuite/Magento/ToolkitFramework Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
/**
9
9
* Class Application test
10
- * @magentoDbIsolation enabled
11
10
*/
12
11
class ApplicationTest extends \Magento \TestFramework \Indexer \TestCase
13
12
{
@@ -62,6 +61,14 @@ public static function tearDownAfterClass()
62
61
self ::$ _generatorWorkingDir . '/fixtures/tax_rates.csv.bak ' ,
63
62
self ::$ _generatorWorkingDir . '/fixtures/tax_rates.csv '
64
63
);
64
+ /** @var $appCache \Magento\Framework\App\Cache */
65
+ $ appCache = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->get ('Magento\Framework\App\Cache ' );
66
+ $ appCache ->clean (
67
+ [
68
+ \Magento \Eav \Model \Cache \Type::CACHE_TAG ,
69
+ \Magento \Eav \Model \Entity \Attribute::CACHE_TAG ,
70
+ ]
71
+ );
65
72
}
66
73
67
74
/**
You can’t perform that action at this time.
0 commit comments