Skip to content

Commit

Permalink
Move cache to var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warxcell committed Sep 12, 2021
1 parent 75676fd commit 49766a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getProjectDir(): string

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

public function getCacheDir()
Expand Down

0 comments on commit 49766a1

Please sign in to comment.