public function testErrorBadArgument()
 {
     $this->setExpectedException(\LoggerConfigurationException::class);
     LoggerAppenderSyslog::parseOptions(STDOUT);
 }