We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9050a27 + 04d76cb commit f340c06Copy full SHA for f340c06
dev/tests/integration/testsuite/Magento/ToolkitFramework/ApplicationTest.php
@@ -61,6 +61,14 @@ public static function tearDownAfterClass()
61
self::$_generatorWorkingDir . '/fixtures/tax_rates.csv.bak',
62
self::$_generatorWorkingDir . '/fixtures/tax_rates.csv'
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
+ );
72
}
73
74
/**
0 commit comments