We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a330b commit 6a75b23Copy full SHA for 6a75b23
tests/issues/Github-581.test.php
@@ -39,7 +39,7 @@
39
unset($cacheItem);
40
$cacheInstance->detachAllItems();
41
42
-if(strpos($cacheInstance->getPath(), 'phpfastcache\\' . $_SERVER[ 'HTTP_HOST' ]) !== false){
+if(strpos($cacheInstance->getPath(), 'phpfastcache' . DIRECTORY_SEPARATOR . $_SERVER[ 'HTTP_HOST' ]) !== false){
43
$testHelper->printPassText('The "securityKey" option in automatic mode writes the HTTP_HOST directory as expected.');
44
}else{
45
$testHelper->printFailText('The "securityKey" option in automatic mode leads to the following path: ' . $cacheInstance->getPath());
0 commit comments