public function testOptions()
 {
     $this->object->setOptions(ISyslogConnection::LOG_PID);
     $this->assertEquals(ISyslogConnection::LOG_PID, $this->object->getOptions());
 }