Skip to content

Commit c8a2c7a

Browse files
committed
Fixed Sqlite test path
1 parent cf94f7f commit c8a2c7a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/cache/cli/Sqlite/db1

-28 KB
Binary file not shown.

tests/cache/cli/Sqlite/indexing

-20 KB
Binary file not shown.

tests/cases/Sqlite.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
chdir(__DIR__);
2020
require_once __DIR__ . '/../../vendor/autoload.php';
2121
$testHelper = new TestHelper('Sqlite');
22-
CacheManager::setDefaultConfig(new ConfigurationOption(['path' => __DIR__ . '/../cache']));
22+
CacheManager::setDefaultConfig(new ConfigurationOption(['path' => __DIR__ . '/../../cache']));
2323

2424
$cacheInstance = CacheManager::getInstance('Sqlite');
2525

0 commit comments

Comments
 (0)