Skip to content

Commit

Permalink
Supressed invalid html parsing with DOM Document
Browse files Browse the repository at this point in the history
  • Loading branch information
jrthib committed May 20, 2014
1 parent 4cb0d6b commit df2f68e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_uc-dailydigest-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ function test_widget() {
$widget_form = ob_get_contents();
ob_end_clean();

echo $widget_form;

$html = new DOMDocument();
libxml_use_internal_errors(true);
$html->loadHTML($widget_form);
Expand Down

0 comments on commit df2f68e

Please sign in to comment.