public function testSetConfigGlobPathsThrowsInvalidArgumentException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $options = new ListenerOptions();
     $options->setConfigGlobPaths('asd');
 }