Skip to content

Commit 49766a1

Browse files
committed
Move cache to var.
1 parent 75676fd commit 49766a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function getProjectDir(): string
3838

3939
private function getVarDir(): string
4040
{
41-
return sys_get_temp_dir() . '/files-bundle-' . md5($this->config);
41+
return __DIR__ . '/var/files-bundle-' . md5($this->config);
4242
}
4343

4444
public function getCacheDir()

0 commit comments

Comments
 (0)