Skip to content

Commit 6a18fd3

Browse files
committed
MC-21685: View simple product on storefront
1 parent 5c70170 commit 6a18fd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ protected function setUp()
4141
/**
4242
* @magentoDataFixture Magento/Catalog/controllers/_files/products.php
4343
* @magentoConfigFixture current_store catalog/seo/product_canonical_tag 1
44+
* @return void
4445
*/
45-
public function testViewActionWithCanonicalTag()
46+
public function testViewActionWithCanonicalTag(): void
4647
{
4748
$this->markTestSkipped(
4849
'MAGETWO-40724: Canonical url from tests sometimes does not equal canonical url from action'

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ class ProductTest extends AbstractController
3434
/** @var Session */
3535
private $session;
3636

37+
/**
38+
* @inheritdoc
39+
*/
3740
protected function setUp()
3841
{
3942
if (defined('HHVM_VERSION')) {
@@ -73,6 +76,7 @@ protected function getProductImageFile(): string
7376
/**
7477
* @magentoDataFixture Magento/Catalog/controllers/_files/products.php
7578
* @magentoAppArea frontend
79+
* @return void
7680
*/
7781
public function testViewAction(): void
7882
{

0 commit comments

Comments
 (0)