diff --git a/tests/Pest.php b/tests/Pest.php index 7e69e8ad..0e7f842b 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -16,6 +16,7 @@ $flextype_loader = require_once $flextype_autoload; filesystem()->directory(PATH['tmp'])->exists() and filesystem()->directory(PATH['tmp'])->delete(); +filesystem()->directory(ROOT_DIR . '/project/config/flextype/')->ensureExists(0755, true); filesystem()->file(ROOT_DIR . '/tests/fixtures/settings/settings.yaml')->copy(ROOT_DIR . '/project/config/flextype/settings.yaml'); include ROOT_DIR . '/src/flextype/flextype.php'; \ No newline at end of file