Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetWrongClassTypeOutputHandlers()
 {
     $this->config->setOutputHandlers([new \stdClass()]);
 }