コード例 #1
0
 public function testSetExtraConfigThrowsInvalidArgumentException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $options = new ListenerOptions();
     $options->setExtraConfig('asd');
 }