/**
  * tests addTable
  */
 public function testAddTable()
 {
     $table = $this->_section->addTable();
     $this->assertInstanceOf('PHPRtfLite_Table', $table);
 }