File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ protected function setUp()
41
41
/**
42
42
* @magentoDataFixture Magento/Catalog/controllers/_files/products.php
43
43
* @magentoConfigFixture current_store catalog/seo/product_canonical_tag 1
44
+ * @return void
44
45
*/
45
- public function testViewActionWithCanonicalTag ()
46
+ public function testViewActionWithCanonicalTag (): void
46
47
{
47
48
$ this ->markTestSkipped (
48
49
'MAGETWO-40724: Canonical url from tests sometimes does not equal canonical url from action '
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ class ProductTest extends AbstractController
34
34
/** @var Session */
35
35
private $ session ;
36
36
37
+ /**
38
+ * @inheritdoc
39
+ */
37
40
protected function setUp ()
38
41
{
39
42
if (defined ('HHVM_VERSION ' )) {
@@ -73,6 +76,7 @@ protected function getProductImageFile(): string
73
76
/**
74
77
* @magentoDataFixture Magento/Catalog/controllers/_files/products.php
75
78
* @magentoAppArea frontend
79
+ * @return void
76
80
*/
77
81
public function testViewAction (): void
78
82
{
You can’t perform that action at this time.
0 commit comments