Example #1
0
 /**
  * test of getServers
  * @return void
  */
 public function testGetServers()
 {
     $this->if($client = new Statsd\Client($this->getConf()))->then()->object($client)->isInstanceOf('\\M6Web\\Component\\Statsd\\Client')->array($client->getServers())->isIdenticalTo($this->getConf());
 }