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 7d90525 commit 77181ebCopy full SHA for 77181eb
dev/tests/integration/testsuite/Magento/ImportExport/Model/Export/ConsumerTest.php
@@ -124,7 +124,7 @@ private function getSkuPosition(array $csvFileData): ?int
124
private function getCsvData(string $filePath): array
125
{
126
$driver = $this->directory->getDriver();
127
- $fileResource = $driver->fileOpen($filePath, null);
+ $fileResource = $driver->fileOpen($filePath, 'r');
128
129
$data = [];
130
while ($rowData = $driver->fileGetCsv($fileResource, 100000)) {
0 commit comments