function testDocumentReturn()
 {
     $app = new RecipeApp(1);
     $this->assertTrue(!empty($app->htmlDocument()));
 }