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 fe971c2 commit 1dc10a9Copy full SHA for 1dc10a9
dev/tests/integration/testsuite/Magento/Theme/Model/View/DesignTest.php
@@ -203,6 +203,8 @@ public function testGetConfigCustomized()
203
<view><vars module="Namespace_Module"><var name="customVar">custom value</var></vars></view>'
204
);
205
206
+ \Magento\TestFramework\Helper\CacheCleaner::cleanAll();
207
+
208
$config = $this->_viewConfig->getViewConfig();
209
$this->assertInstanceOf(\Magento\Framework\Config\View::class, $config);
210
$this->assertEquals(['customVar' => 'custom value'], $config->getVars('Namespace_Module'));
0 commit comments