File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Eav/Block/Adminhtml/Attribute/Edit/Main Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Magento \Eav \Block \Adminhtml \Attribute \Edit \Main ;
11
11
12
- class AbstractTest extends \PHPUnit_Framework_TestCase
12
+ class AbstractMainTest extends \PHPUnit_Framework_TestCase
13
13
{
14
14
/**
15
15
* @magentoAppIsolation enabled
@@ -38,7 +38,7 @@ public function testPrepareForm()
38
38
$ objectManager ->get ('Magento\Eav\Helper\Data ' ),
39
39
$ objectManager ->get ('Magento\Config\Model\Config\Source\YesnoFactory ' ),
40
40
$ objectManager ->get ('Magento\Eav\Model\Adminhtml\System\Config\Source\InputtypeFactory ' ),
41
- $ objectManager ->get ('Magento\Eav\Model\Entity \Attribute\Config ' )
41
+ $ objectManager ->get ('Magento\Eav\Block\Adminhtml \Attribute\PropertyLocker ' )
42
42
]
43
43
)->setLayout (
44
44
$ objectManager ->create ('Magento\Framework\View\Layout ' )
You can’t perform that action at this time.
0 commit comments