Skip to content

Commit 43a7fbf

Browse files
committed
MAGETWO-66402: Backward Incompatible Change
- fix static test
1 parent db1b924 commit 43a7fbf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/code/Magento/Ui/Test/Unit/Component/MassAction/FilterTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
use Magento\Framework\View\Element\UiComponent\DataProvider\DataProviderInterface;
1818
use Magento\Framework\View\Element\UiComponent\ContextInterface;
1919

20+
/**
21+
* Class FilterTest
22+
*
23+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24+
*/
2025
class FilterTest extends \PHPUnit_Framework_TestCase
2126
{
2227
/**
@@ -244,8 +249,6 @@ public function testGetCollectionWithCollection($selectedIds, $excludedIds, $fil
244249
$this->assertEquals($this->abstractDbMock, $this->filter->getCollection($this->abstractDbMock));
245250
}
246251

247-
248-
249252
/**
250253
* This tests the method prepareComponent()
251254
*/

0 commit comments

Comments
 (0)