コード例 #1
0
ファイル: ClientTest.php プロジェクト: ChaosPower/crate-pdo
 /**
  * @covers ::getServerVersion
  */
 public function testGetServerVersion()
 {
     $this->setExpectedException(UnsupportedException::class);
     $this->client->getServerVersion();
 }