Skip to content

Commit 50ff187

Browse files
author
He, Joan(johe)
committed
Merge pull request #346 from magento-extensibility/MAGETWO-48590-travis
[Extensibility] MAGETWO-48590: Failing Travis builds
2 parents d659b4d + 5ba2c6a commit 50ff187

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/AuthTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
/**
1111
* Test class for \Magento\Backend\Controller\Adminhtml\Auth
1212
* @magentoAppArea adminhtml
13+
* @magentoDbIsolation enabled
1314
*/
1415
class AuthTest extends \Magento\TestFramework\TestCase\AbstractController
1516
{

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/IndexTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
/**
99
* @magentoAppArea adminhtml
10+
* @magentoDbIsolation enabled
1011
*/
1112
class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendController
1213
{
@@ -30,7 +31,7 @@ public function testNotLoggedIndexAction()
3031
/**
3132
* Check logged state
3233
* @covers \Magento\Backend\Controller\Adminhtml\Index\Index::execute
33-
* @magentoDbIsolation enabled
34+
*
3435
*/
3536
public function testLoggedIndexAction()
3637
{

dev/tests/integration/testsuite/Magento/Backend/Helper/DataTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* @magentoAppArea adminhtml
1010
* @magentoAppIsolation enabled
11+
* @magentoDbIsolation enabled
1112
*/
1213
class DataTest extends \PHPUnit_Framework_TestCase
1314
{

dev/tests/integration/testsuite/Magento/Backend/Model/AuthTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*
1313
* @magentoAppArea adminhtml
1414
* @magentoAppIsolation enabled
15+
* @magentoDbIsolation enabled
1516
*/
1617
class AuthTest extends \PHPUnit_Framework_TestCase
1718
{

0 commit comments

Comments
 (0)