예제 #1
0
 /**
  * @covers ::getServerVersion
  */
 public function testGetServerVersion()
 {
     $this->setExpectedException(UnsupportedException::class);
     $this->client->getServerVersion();
 }