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 2580a5e commit 7957076Copy full SHA for 7957076
dev/tests/integration/testsuite/Magento/Framework/TranslateCachingTest.php
@@ -48,7 +48,7 @@ public function testLoadDataCaching()
48
/** @var \Magento\Framework\Translate $model */
49
$model = $this->objectManager->get('Magento\Framework\Translate');
50
51
- $model->loadData(\Magento\Framework\App\Area::AREA_FRONTEND); // this is supposed to cache the fixture
+ $model->loadData(\Magento\Framework\App\Area::AREA_FRONTEND, true); // this is supposed to cache the fixture
52
$this->assertEquals('Fixture Db Translation', new Phrase('Fixture String'));
53
54
/** @var \Magento\Translation\Model\ResourceModel\StringUtils $translateString */
0 commit comments