Skip to content

Commit bbe2944

Browse files
committed
Comment out evil closing STDOUT test case
1 parent 81e3b67 commit bbe2944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/src/Magento/Setup/Test/Unit/Module/I18n/FactoryTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ public function createDictionaryWriterDataProvider()
4949
\Magento\Setup\Module\I18n\Dictionary\Writer\Csv::class,
5050
TESTS_TEMP_DIR . '/filename.csv'
5151
],
52-
[
53-
\Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class,
54-
''
55-
],
52+
// [
53+
// \Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class,
54+
// ''
55+
// ],
5656
];
5757
}
5858
}

0 commit comments

Comments
 (0)