File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
BraintreeTwo/Test/Unit/Model/Report
Ui/Test/Unit/Model/Export Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public function testGetItemsWithNullLimit()
177
177
$ this ->braintreeAdapterMock ,
178
178
$ this ->filterMapperMock
179
179
);
180
- $ collection ->setPageSize (NULL );
180
+ $ collection ->setPageSize (null );
181
181
182
182
$ collection ->addFieldToFilter ('orderId ' , ['like ' => '0 ' ]);
183
183
$ items = $ collection ->getItems ();
Original file line number Diff line number Diff line change 21
21
use Magento \Framework \Api \Search \SearchResultInterface ;
22
22
use Magento \Framework \View \Element \UiComponent \DataProvider \DataProviderInterface ;
23
23
24
+ /**
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
+ */
24
27
class ConvertToXmlTest extends \PHPUnit_Framework_TestCase
25
28
{
26
29
/**
You can’t perform that action at this time.
0 commit comments