Skip to content

Commit

Permalink
MAGETWO-37363: [GITHUB] dist front: search is broken #1268
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Aposov committed May 14, 2015
1 parent 3a9946a commit 71caa8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
namespace Magento\Eav\Block\Adminhtml\Attribute\Edit\Main;

class AbstractTest extends \PHPUnit_Framework_TestCase
class AbstractMainTest extends \PHPUnit_Framework_TestCase
{
/**
* @magentoAppIsolation enabled
Expand Down Expand Up @@ -38,7 +38,7 @@ public function testPrepareForm()
$objectManager->get('Magento\Eav\Helper\Data'),
$objectManager->get('Magento\Config\Model\Config\Source\YesnoFactory'),
$objectManager->get('Magento\Eav\Model\Adminhtml\System\Config\Source\InputtypeFactory'),
$objectManager->get('Magento\Eav\Model\Entity\Attribute\Config')
$objectManager->get('Magento\Eav\Block\Adminhtml\Attribute\PropertyLocker')
]
)->setLayout(
$objectManager->create('Magento\Framework\View\Layout')
Expand Down

0 comments on commit 71caa8b

Please sign in to comment.