Skip to content

Commit

Permalink
Fix: /tmp will have unreadable directories causing failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Sep 14, 2017
1 parent 1597e6f commit c520715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/CacheTest.php
Expand Up @@ -179,7 +179,7 @@ public function testCacheFallbackIntegration()
]);
Cache::setConfig('tests_fallback_final', [
'engine' => 'File',
'path' => TMP,
'path' => TMP . 'cake_test',
'groups' => ['integration_group_3'],
]);

Expand Down

0 comments on commit c520715

Please sign in to comment.