Exemple #1
0
 public function testConnect()
 {
     $params = $this->client->getServerInfo();
     $this->assertEquals('1.1', $params['version']);
 }