Skip to content

Commit 2acd1df

Browse files
author
vpaladiychuk
committed
MAGETWO-37560: Banners are not displayed on Banner Rotator Widget
1 parent 8cd975d commit 2acd1df

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

app/code/Magento/Widget/Block/Adminhtml/Widget/Catalog/Category/Chooser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*/
1212
namespace Magento\Widget\Block\Adminhtml\Widget\Catalog\Category;
1313

14-
1514
class Chooser extends \Magento\Catalog\Block\Adminhtml\Category\Widget\Chooser
1615
{
1716
/**

app/code/Magento/Widget/Test/Unit/Block/Adminhtml/Widget/Catalog/Category/ChooserTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace Magento\Widget\Test\Unit\Block\Adminhtml\Widget\Catalog\Category;
88

9-
109
class ChooserTest extends \PHPUnit_Framework_TestCase
1110
{
1211
/**
@@ -119,7 +118,6 @@ public function testGetTreeHasLevelField()
119118
$this->storeManager->expects($this->once())->method('getGroups')->willReturn($storeGroups);
120119
$this->storeManager->expects($this->atLeastOnce())->method('getStore')->willReturn($this->store);
121120

122-
123121
$this->context->expects($this->once())->method('getStoreManager')->willReturn($this->storeManager);
124122
$this->context->expects($this->once())->method('getRequest')->willReturn($this->request);
125123
$this->context->expects($this->once())->method('getEscaper')->willReturn($this->escaper);

app/code/Magento/Widget/Test/Unit/Controller/Adminhtml/Widget/Instance/CategoriesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace Magento\Widget\Test\Unit\Controller\Adminhtml\Widget\Instance;
88

9-
109
class CategoriesTest extends \PHPUnit_Framework_TestCase
1110
{
1211
/**
@@ -69,7 +68,6 @@ public function setUp()
6968
$this->resultRaw = $this->getMock('Magento\Framework\Controller\Result\Raw', [], [], '', false);
7069
$this->resultFactory = $this->getMock('Magento\Framework\Controller\ResultFactory', [], [], '', false);
7170
$this->context = $this->getMock('Magento\Backend\App\Action\Context', [], [], '', false);
72-
7371
}
7472

7573
public function testExecute()

0 commit comments

Comments
 (0)