Skip to content
Snippets Groups Projects
Commit a4384360 authored by Michail Slabko's avatar Michail Slabko Committed by Vlad Veselov
Browse files

MAGETWO-31001: [GoInc] Improve Change Risk Analysis and Predictions Metric

- MAGETWO-31970: Magento\Catalog\Block\Navigation::_renderCategoryMenuItemHtml
- revert invalid change in unit test
parent 5c724353
Branches
No related merge requests found
......@@ -14,9 +14,16 @@ class NavigationTest extends \PHPUnit_Framework_TestCase
protected function setUp()
{
$objectManager = new \Magento\TestFramework\Helper\ObjectManager($this);
$categoryFactory = $this->getMock(
'Magento\Catalog\Model\CategoryFactory',
['create'],
[],
'',
false
);
$this->block = $objectManager->getObject(
'Magento\Catalog\Block\Navigation',
[]
['categoryFactory' => $categoryFactory]
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment