public function testEntities()
 {
     $couchdb = new CouchDb($this->_testConfig);
     $result = $couchdb->entities();
 }