/**
  * tests addImage
  */
 public function testAddImage()
 {
     $fileName = dirname(__FILE__) . '/../../../samples/sources/cats.jpg';
     $image = $this->_section->addImage($fileName);
     $this->assertInstanceOf('PHPRtfLite_Image', $image);
 }