Skip to content

Commit 30484ab

Browse files
author
Bohdan Korablov
committed
MAGETWO-58658: [PR] Delivery of bug fixes for Setup, Sample Data and Import/Export
1 parent 3dc5e04 commit 30484ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Module/I18n/Pack/Writer/File/CsvTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
require_once __DIR__ . '/_files/ioMock.php';
1818

19+
/**
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21+
*/
1922
class CsvTest extends \PHPUnit_Framework_TestCase
2023
{
2124
/**

setup/src/Magento/Setup/Test/Unit/Module/I18n/Pack/Writer/File/_files/ioMock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ function mkdir($pathname, $mode = 0777, $recursive = false, $context = null)
3636
function chmod($filename, $mode)
3737
{
3838
return true;
39-
}
39+
}

0 commit comments

Comments
 (0)