Skip to content

Commit 7957076

Browse files
committed
DEVOPS-2174: Fix integration tests
1 parent 2580a5e commit 7957076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/TranslateCachingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testLoadDataCaching()
4848
/** @var \Magento\Framework\Translate $model */
4949
$model = $this->objectManager->get('Magento\Framework\Translate');
5050

51-
$model->loadData(\Magento\Framework\App\Area::AREA_FRONTEND); // this is supposed to cache the fixture
51+
$model->loadData(\Magento\Framework\App\Area::AREA_FRONTEND, true); // this is supposed to cache the fixture
5252
$this->assertEquals('Fixture Db Translation', new Phrase('Fixture String'));
5353

5454
/** @var \Magento\Translation\Model\ResourceModel\StringUtils $translateString */

0 commit comments

Comments
 (0)