Skip to content

Commit 51e07f6

Browse files
committed
MAGETWO-55339: Upgrade failure
- fixed invalid integration tests
1 parent 0af924f commit 51e07f6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Backend/Block/MenuTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* Test class for \Magento\Backend\Block\Menu
13-
*
13+
* @magentoAppArea adminhtml
1414
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1515
*/
1616
class MenuTest extends \PHPUnit_Framework_TestCase

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/Dashboard/ProductsViewedTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class ProductsViewedTest extends \Magento\TestFramework\TestCase\AbstractBackendController
1010
{
1111
/**
12+
* @magentoAppArea adminhtml
1213
* @magentoDataFixture Magento/Reports/_files/viewed_products.php
1314
*/
1415
public function testExecute()

0 commit comments

Comments
 (0)