Skip to content

Commit 2bc8cdf

Browse files
committed
MAGETWO-70661: Orders export to csv shows inconsistent date format
- Fix static test
1 parent fa48533 commit 2bc8cdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Ui/Test/Unit/Model/Export/MetadataProviderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
use Magento\Ui\Model\Export\MetadataProvider;
1616
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
1717

18+
/**
19+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20+
*/
1821
class MetadataProviderTest extends \PHPUnit\Framework\TestCase
1922
{
2023
/**

0 commit comments

Comments
 (0)