Skip to content

Commit 6a6e1da

Browse files
committed
MAGETWO-53583: "Use Default" checkbox is checked again after saving empty fields (description, name, etc)
- add isolation for test
1 parent 91b83fc commit 6a6e1da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/UpdateHandlerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
/**
1212
* @magentoAppArea adminhtml
1313
* @magentoAppIsolation enabled
14-
* @magentoDbIsolation enabled
1514
*/
16-
class UpdateHandlerTest extends \PHPUnit_Framework_TestCase
15+
class UpdateHandlerTest extends \Magento\TestFramework\Indexer\TestCase
1716
{
1817
/**
1918
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandler::execute

0 commit comments

Comments
 (0)