Skip to content

Commit

Permalink
Add trailing DS.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 15, 2017
1 parent c520715 commit 0f278b8
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 . 'cake_test',
'path' => TMP . 'cake_test' . DS,
'groups' => ['integration_group_3'],
]);

Expand Down

0 comments on commit 0f278b8

Please sign in to comment.