Skip to content

Commit 5f8fab5

Browse files
committed
MAGETWO-75456: [Backport] - magento/magento2 #9196 - Products ordered report doesn't show simple (child) products of configurable products #9908 - for 2.2
1 parent 942bb7e commit 5f8fab5

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Reports/Controller/Adminhtml/Report/Product

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Reports/Controller/Adminhtml/Report/Product/SoldTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class SoldTest extends \Magento\TestFramework\TestCase\AbstractBackendController
1313
{
14-
public function testExecute2()
14+
public function testExecute()
1515
{
1616
$this->dispatch('backend/reports/report_product/sold');
1717
$actual = $this->getResponse()->getBody();

0 commit comments

Comments
 (0)