Skip to content

Commit 1e8eb32

Browse files
committed
Renamed test
1 parent b5036a2 commit 1e8eb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DisabledStaticItemCaching.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
chdir(__DIR__);
1717
require_once __DIR__ . '/../vendor/autoload.php';
18-
$testHelper = new TestHelper('qsdqd');
18+
$testHelper = new TestHelper('Testing disabling static item caching');
1919
$defaultDriver = (!empty($argv[ 1 ]) ? ucfirst($argv[ 1 ]) : 'Files');
2020
$driverInstance = CacheManager::getInstance($defaultDriver, new ConfigurationOption([
2121
'useStaticItemCaching' => false,

0 commit comments

Comments
 (0)