Skip to content

Commit 6a75b23

Browse files
committed
#581 // Fixed the damn build
1 parent e6a330b commit 6a75b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/Github-581.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
unset($cacheItem);
4040
$cacheInstance->detachAllItems();
4141

42-
if(strpos($cacheInstance->getPath(), 'phpfastcache\\' . $_SERVER[ 'HTTP_HOST' ]) !== false){
42+
if(strpos($cacheInstance->getPath(), 'phpfastcache' . DIRECTORY_SEPARATOR . $_SERVER[ 'HTTP_HOST' ]) !== false){
4343
$testHelper->printPassText('The "securityKey" option in automatic mode writes the HTTP_HOST directory as expected.');
4444
}else{
4545
$testHelper->printFailText('The "securityKey" option in automatic mode leads to the following path: ' . $cacheInstance->getPath());

0 commit comments

Comments
 (0)