File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818try {
1919 $ cacheInstance = CacheManager::getInstance ('Couchdb ' , $ config );
2020} catch (PhpfastcacheDriverConnectException $ e ){
21- $ testHelper ->printDebugText ('Unable to connect to Couchdb as an anynymous, trying with default credential... ' );
22- $ config ->setUsername ('admin ' );
23- $ config ->setPassword ('travis ' );
24- $ cacheInstance = CacheManager::getInstance ('Couchdb ' , $ config );
25- } catch (PhpfastcacheDriverConnectException $ e ){
26- $ testHelper ->assertSkip ('Couchdb server unavailable: ' . $ e ->getMessage ());
27- $ testHelper ->terminateTest ();
21+ try {
22+ $ testHelper ->printDebugText ('Unable to connect to Couchdb as an anynymous, trying with default credential... ' );
23+ $ config ->setUsername ('admin ' );
24+ $ config ->setPassword ('travis ' );
25+ $ cacheInstance = CacheManager::getInstance ('Couchdb ' , $ config );
26+ } catch (PhpfastcacheDriverConnectException $ e ){
27+ $ testHelper ->assertSkip ('Couchdb server unavailable: ' . $ e ->getMessage ());
28+ $ testHelper ->terminateTest ();
29+ }
2830}
2931
3032$ testHelper ->runCRUDTests ($ cacheInstance );
You can’t perform that action at this time.
0 commit comments