diff --git a/README.md b/README.md index f5da7390c..c35ed902e 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ The export component is a set Magento modules and requires Magento 2.3 and highe Contributions are welcomed! Read the [Contributing Guide](./CONTRIBUTING.md) for more information. ### Licensing -This project is licensed under the OSL-3.0 License. See [LICENSE](./LICENSE.md) for more information. \ No newline at end of file +This project is licensed under the OSL-3.0 License. See [LICENSE](./LICENSE.md) for more information. \ No newline at end of file diff --git a/dev/tests/integration/framework/Magento/TestFramework/Application.php b/dev/tests/integration/framework/Magento/TestFramework/Application.php index a89a3508b..6c4cba6f2 100644 --- a/dev/tests/integration/framework/Magento/TestFramework/Application.php +++ b/dev/tests/integration/framework/Magento/TestFramework/Application.php @@ -737,6 +737,7 @@ protected function getCustomDirs() DirectoryList::TMP => [$path => "{$var}/tmp"], DirectoryList::UPLOAD => [$path => "{$var}/upload"], DirectoryList::PUB => [$path => "{$this->installDir}/pub"], + DirectoryList::VAR_IMPORT_EXPORT => [$path => "{$this->installDir}/var"], ]; return $customDirs; }