Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidTypeChannel()
 {
     $this->config->setChannel(1);
 }