Skip to content

Commit db1fad0

Browse files
committed
Fixed tests for php 7.x ...
1 parent 89a0869 commit db1fad0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Couchdb.test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
$config = new CouchdbConfig();
1818

1919
try{
20-
$config->setUsername('admin');
21-
$config->setPassword('travis');
2220
$cacheInstance = CacheManager::getInstance('Couchdb', $config);
2321
} catch (PhpfastcacheDriverConnectException $e){
2422
$config->setUsername('admin');

0 commit comments

Comments
 (0)