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 75676fd commit 49766a1Copy full SHA for 49766a1
tests/Functional/Kernel.php
@@ -38,7 +38,7 @@ public function getProjectDir(): string
38
39
private function getVarDir(): string
40
{
41
- return sys_get_temp_dir() . '/files-bundle-' . md5($this->config);
+ return __DIR__ . '/var/files-bundle-' . md5($this->config);
42
}
43
44
public function getCacheDir()
0 commit comments