Example #1
0
 /**
  * Test clear
  * @return void
  */
 public function testClear()
 {
     $this->if($client = new Statsd\Client($this->getConf()))->then()->object($client->clearToSend());
 }