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 b5036a2 commit 1e8eb32Copy full SHA for 1e8eb32
tests/DisabledStaticItemCaching.test.php
@@ -15,7 +15,7 @@
15
16
chdir(__DIR__);
17
require_once __DIR__ . '/../vendor/autoload.php';
18
-$testHelper = new TestHelper('qsdqd');
+$testHelper = new TestHelper('Testing disabling static item caching');
19
$defaultDriver = (!empty($argv[ 1 ]) ? ucfirst($argv[ 1 ]) : 'Files');
20
$driverInstance = CacheManager::getInstance($defaultDriver, new ConfigurationOption([
21
'useStaticItemCaching' => false,
0 commit comments