Example #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidTimePrecision()
 {
     $client = new Client();
     $client->SetTimePrecision(array());
 }