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 89a0869 commit db1fad0Copy full SHA for db1fad0
1 file changed
tests/Couchdb.test.php
@@ -17,8 +17,6 @@
17
$config = new CouchdbConfig();
18
19
try{
20
- $config->setUsername('admin');
21
- $config->setPassword('travis');
22
$cacheInstance = CacheManager::getInstance('Couchdb', $config);
23
} catch (PhpfastcacheDriverConnectException $e){
24
$config->setUsername('admin');
0 commit comments