public function testGetVersion()
 {
     $version = $this->couchClient->getVersion();
     $this->assertEquals(3, count(explode(".", $version)));
 }