Skip to content

Commit ef1a7de

Browse files
committed
magento#11963: Magento 2.2 language switching not working on catalog and Product Pages
1 parent 719111f commit ef1a7de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/ProductTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ public function testChangeStoreView()
203203
/** @var $objectManager ObjectManager */
204204
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
205205

206-
/**
207-
* @var $repository \Magento\Catalog\Model\ProductRepository
208-
*/
206+
/** @var $repository \Magento\Catalog\Model\ProductRepository */
209207
$repository = $objectManager->create(\Magento\Catalog\Model\ProductRepository::class);
210208
$product = $repository->get('simple');
211209
$this->getRequest()->setMethod('POST');

0 commit comments

Comments
 (0)