Example #1
0
 /**
  * @covers Paradox\Client::getServerInfo
  */
 public function testGetServerInfo()
 {
     $version = $this->client->getServerInfo();
     $this->assertInternalType('array', $version, "The server info should be an array");
 }