Example #1
0
 /**
  * @covers Paradox\Client::getTime
  */
 public function testGetTime()
 {
     $time = $this->client->getTime();
     $this->assertInternalType('float', $time, "The time should be a float");
 }