Skip to content

Commit 21b3a49

Browse files
committed
Real array :)
1 parent 8a1ddfa commit 21b3a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/Github-373.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$status = 0;
1313
echo "Testing Github issue #373 - Files driver issue after clearing cache\n";
1414

15-
CacheManager::setDefaultConfig(array('path' => __DIR__ . '/../../cache'));
15+
CacheManager::setDefaultConfig(['path' => __DIR__ . '/../../cache']);
1616
$cacheInstance = CacheManager::getInstance('Files');
1717

1818
$key = 'test';

0 commit comments

Comments
 (0)