Skip to content

Commit 2f60fd3

Browse files
committed
use windows separators
1 parent 7eecef8 commit 2f60fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Cache/FileSystemCacheItemPoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function testDeleteItemsWithIncorrectKeyShouldThrowAnException($char)
202202

203203
public function testSimpleTempdirCacheWriteOnWindows()
204204
{
205-
$pool = new FileSystemCacheItemPool(sys_get_temp_dir() . '/google_cache/');
205+
$pool = new FileSystemCacheItemPool(sys_get_temp_dir() . \DIRECTORY_SEPARATOR . 'google_cache');
206206
$cacheKey = sprintf(
207207
'session_cache.%s.%s.%s.%s',
208208
'myawesomeproject',

0 commit comments

Comments
 (0)