コード例 #1
0
ファイル: DBTest.php プロジェクト: LTD-Beget/InfluxPHP
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidTimePrecision()
 {
     $client = new Client();
     $client->SetTimePrecision(array());
 }