Skip to content

Commit 346727f

Browse files
committed
MAGETWO-50620: GlobalSearchEntityTestVariation4 fails
- Fixing static failure
1 parent 0af4cfc commit 346727f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Element/UiComponent/DataProvider/FulltextFilterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ protected function setUp()
6767
$this->entityFactoryMock = $this->getMock(EntityFactory::class, [], [], '', false);
6868
$this->loggerMock = $this->getMock(LoggerInterface::class);
6969
$this->fetchStrategyMock = $this->getMock(FetchStrategyInterface::class, [], [], '', false);
70-
$this->connectionMock = $this->getMock(Mysql::class, ['select', 'getIndexList',], [], '', false);
70+
$this->connectionMock = $this->getMock(Mysql::class, ['select', 'getIndexList'], [], '', false);
7171
$this->selectMock = $this->getMock(Select::class, ['getPart', 'where'], [], '', false);
7272

7373
$this->collectionAbstractDbMock = $this->getMockBuilder(CollectionAbstractDb::class)
74-
->setMethods(['getConnection', 'getSelect','getMainTable'])
74+
->setMethods(['getConnection', 'getSelect', 'getMainTable'])
7575
->disableOriginalConstructor()
7676
->getMockForAbstractClass();
7777

0 commit comments

Comments
 (0)