Skip to content

Commit

Permalink
Fixed Sqlite test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 6, 2024
1 parent cf94f7f commit c8a2c7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed tests/cache/cli/Sqlite/db1
Binary file not shown.
Binary file removed tests/cache/cli/Sqlite/indexing
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/cases/Sqlite.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
chdir(__DIR__);
require_once __DIR__ . '/../../vendor/autoload.php';
$testHelper = new TestHelper('Sqlite');
CacheManager::setDefaultConfig(new ConfigurationOption(['path' => __DIR__ . '/../cache']));
CacheManager::setDefaultConfig(new ConfigurationOption(['path' => __DIR__ . '/../../cache']));

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

Expand Down

0 comments on commit c8a2c7a

Please sign in to comment.