Extends
lithium\test\UnitSource
public function testSources() {
$couchdb = new CouchDb($this->_testConfig);
$result = $couchdb->sources();
$this->assertNull($result);
}
public function testSources() {
$couchdb = new CouchDb($this->_testConfig);
$result = $couchdb->sources();
$this->assertNull($result);
}