public function testGetSetDescription()
 {
     $expected = "Bacon ipsum dolor sit amet bresaola porchetta chicken tri-tip. Chuck venison tri-tip ground round corned\n             beef shankle fatback. Sirloin chicken doner t-bone. Andouille kielbasa sausage pork belly biltong drumstick\n             ribeye fatback hamburger corned beef shoulder leberkas.";
     $this->assertNull($this->document->getDescription());
     $this->assertEquals($expected, $this->document->setDescription($expected)->getDescription());
 }