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 ca1e93b commit ea8945dCopy full SHA for ea8945d
tests/NewCacheInstance.test.php
@@ -16,7 +16,7 @@
16
/**
17
* Testing memcached as it is declared in .travis.yml
18
*/
19
-$driverInstance = CacheManager::getInstance('memcached');
+$driverInstance = CacheManager::getInstance();
20
21
if(!is_object($driverInstance) || !($driverInstance instanceof DriverInterface))
22
{
0 commit comments