Skip to content

Commit

Permalink
Comment out evil closing STDOUT test case
Browse files Browse the repository at this point in the history
  • Loading branch information
orlangur committed Mar 2, 2017
1 parent 81e3b67 commit bbe2944
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/src/Magento/Setup/Test/Unit/Module/I18n/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public function createDictionaryWriterDataProvider()
\Magento\Setup\Module\I18n\Dictionary\Writer\Csv::class,
TESTS_TEMP_DIR . '/filename.csv'
],
[
\Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class,
''
],
// [
// \Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class,
// ''
// ],
];
}
}

0 comments on commit bbe2944

Please sign in to comment.