Skip to content

Commit 2d753d5

Browse files
committed
do not end in period
1 parent 2f60fd3 commit 2d753d5

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
@@ -208,7 +208,7 @@ public function testSimpleTempdirCacheWriteOnWindows()
208208
'myawesomeproject',
209209
'myinstance',
210210
'21995090',
211-
'',
211+
'foo',
212212
);
213213
$cacheItem = $pool->getItem($cacheKey);
214214
$cacheItem->set('foo');

0 commit comments

Comments
 (0)