Skip to content

Commit 9e6bb64

Browse files
committed
MAGETWO-35136: Delete Segments
- fix for failing integration test
1 parent 94939e8 commit 9e6bb64

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Cache/MassActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private function setAll($isEnabled)
102102
{
103103
/** @var $cacheState \Magento\Framework\App\Cache\StateInterface */
104104
$cacheState = Bootstrap::getObjectManager()->get('Magento\Framework\App\Cache\StateInterface');
105-
foreach (array_keys(self::$typesConfig->getData()) as $type) {
105+
foreach (array_keys(self::$typesConfig) as $type) {
106106
$cacheState->setEnabled($type, $isEnabled);
107107
}
108108
$cacheState->persist();

0 commit comments

Comments
 (0)