/**
  * tests addEndnote
  */
 public function testAddEndnote()
 {
     $endnote = $this->_section->addEndnote('endnote test');
     $this->assertInstanceOf('PHPRtfLite_Endnote', $endnote);
 }