Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /