Browse Source

Add trailing DS.

Mark Story 8 years ago
parent
commit
0f278b84f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Cache/CacheTest.php

+ 1 - 1
tests/TestCase/Cache/CacheTest.php

@@ -179,7 +179,7 @@ class CacheTest extends TestCase
         ]);
         Cache::setConfig('tests_fallback_final', [
             'engine' => 'File',
-            'path' => TMP . 'cake_test',
+            'path' => TMP . 'cake_test' . DS,
             'groups' => ['integration_group_3'],
         ]);