Example #1
0
 /**
  * @dataProvider providerWrongStat
  * @expectedException Exception
  */
 public function testAddWrongStat(array $stat)
 {
     $client = new Client(new Configuration());
     $client->addStat($stat);
 }