Skip to content

Commit

Permalink
Update HTMLNodeTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed May 17, 2023
1 parent 4a29272 commit f65ded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webfiori/test/ui/HTMLNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ public function testFromHTML_00() {
*/
public function testFromHTML_01() {
$htmlTxt = '';
$val = TemplateCompiler::fromHTMLText($htmlTxt);
$val = HTMLNode::fromHTML($htmlTxt);
$this->assertNull($val);
}
/**
Expand Down

0 comments on commit f65ded4

Please sign in to comment.