We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e3b67 commit bbe2944Copy full SHA for bbe2944
setup/src/Magento/Setup/Test/Unit/Module/I18n/FactoryTest.php
@@ -49,10 +49,10 @@ public function createDictionaryWriterDataProvider()
49
\Magento\Setup\Module\I18n\Dictionary\Writer\Csv::class,
50
TESTS_TEMP_DIR . '/filename.csv'
51
],
52
- [
53
- \Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class,
54
- ''
55
- ],
+// [
+// \Magento\Setup\Module\I18n\Dictionary\Writer\Csv\Stdo::class,
+// ''
+// ],
56
];
57
}
58
0 commit comments