Skip to content

Commit f9e670a

Browse files
author
Yuri Kovsher
committed
MAGETWO-36563: Fatal error in integration tests when xdebug is enabled
1 parent 73c6ab0 commit f9e670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ProductTest extends \Magento\TestFramework\TestCase\AbstractController
1414
public function testListActionDesign($productId, $expectedDesign)
1515
{
1616
$this->getRequest()->setParam('id', $productId);
17-
$this->dispatch('review/product/list');
17+
$this->dispatch('review/product/listAction');
1818
$result = $this->getResponse()->getBody();
1919
$this->assertContains("static/frontend/{$expectedDesign}/en_US/Magento_Theme/favicon.ico", $result);
2020
}

0 commit comments

Comments
 (0)