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 bf0f269 commit 6a3536dCopy full SHA for 6a3536d
dev/tests/integration/testsuite/Magento/ImportExport/Model/Report/CsvTest.php
@@ -47,7 +47,7 @@ class CsvTest extends \PHPUnit\Framework\TestCase
47
protected function setUp(): void
48
{
49
$filesystem = Bootstrap::getObjectManager()->create(Filesystem::class);
50
- $this->directory = $filesystem->getDirectoryWrite(DirectoryList::VAR_DIR);
+ $this->directory = $filesystem->getDirectoryWrite(DirectoryList::VAR_IMPORT_EXPORT);
51
52
$this->csvReport = Bootstrap::getObjectManager()->create(Csv::class);
53
}
0 commit comments