public function testFlushOnShutdown()
 {
     $expected = $this->config['flushOnShutdown'];
     $this->appender->setFlushOnShutdown($expected);
     $result = $this->appender->getFlushOnShutdown();
     $this->assertEquals($expected, $result);
 }