Skip to content

Commit 40871b9

Browse files
authored
Travis CI Fixed
1 parent e188285 commit 40871b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/Test/Unit/Block/Widget/Grid/Massaction/ExtendedTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ public function testGetGridIdsJsonWithUseSelectAll(array $items, $result)
133133
{
134134
$this->_block->setUseSelectAll(true);
135135

136-
if($this->_block->getMassactionIdField()) {
136+
if ($this->_block->getMassactionIdField()) {
137137
$massActionIdField = $this->_block->getMassactionIdField();
138138
} else {
139-
$massActionIdField = $this->_block->getParentBlock()->getMassactionIdField();
139+
$massActionIdField = $this->_block->getParentBlock()->getMassactionIdField();
140140
}
141141

142142
$collectionMock = $this->getMockBuilder(\Magento\Framework\Data\Collection::class)

0 commit comments

Comments
 (0)