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.
1 parent 94939e8 commit 9e6bb64Copy full SHA for 9e6bb64
dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache/MassActionTest.php
@@ -102,7 +102,7 @@ private function setAll($isEnabled)
102
{
103
/** @var $cacheState \Magento\Framework\App\Cache\StateInterface */
104
$cacheState = Bootstrap::getObjectManager()->get('Magento\Framework\App\Cache\StateInterface');
105
- foreach (array_keys(self::$typesConfig->getData()) as $type) {
+ foreach (array_keys(self::$typesConfig) as $type) {
106
$cacheState->setEnabled($type, $isEnabled);
107
}
108
$cacheState->persist();
0 commit comments