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 cf94f7f commit c8a2c7aCopy full SHA for c8a2c7a
tests/cache/cli/Sqlite/db1
-28 KB
tests/cache/cli/Sqlite/indexing
-20 KB
tests/cases/Sqlite.test.php
@@ -19,7 +19,7 @@
19
chdir(__DIR__);
20
require_once __DIR__ . '/../../vendor/autoload.php';
21
$testHelper = new TestHelper('Sqlite');
22
-CacheManager::setDefaultConfig(new ConfigurationOption(['path' => __DIR__ . '/../cache']));
+CacheManager::setDefaultConfig(new ConfigurationOption(['path' => __DIR__ . '/../../cache']));
23
24
$cacheInstance = CacheManager::getInstance('Sqlite');
25
0 commit comments