Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use CACHE instead of TMP.
Using tmp folder causes random write errors.
  • Loading branch information
ADmad committed Sep 29, 2018
1 parent e74169d commit 0d45490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/Engine/FileEngineTest.php
Expand Up @@ -335,7 +335,7 @@ public function testRemoveWindowsSlashesFromCache()
'engine' => 'File',
'isWindows' => true,
'prefix' => null,
'path' => TMP
'path' => CACHE
]);

$expected = [
Expand Down

0 comments on commit 0d45490

Please sign in to comment.