Remove unnecessary inheritance in test helper
[MAILPOET-2665]
This commit is contained in:
committed by
Jack Kitterhing
parent
6f3ebc5791
commit
92fade57e4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace MailPoet\Test\Form;
|
namespace MailPoet\Test\Form;
|
||||||
|
|
||||||
class HtmlParser extends \MailPoetUnitTest {
|
class HtmlParser {
|
||||||
public function findByXpath(string $html, string $xpath): \DOMNodeList {
|
public function findByXpath(string $html, string $xpath): \DOMNodeList {
|
||||||
$dom = new \DOMDocument();
|
$dom = new \DOMDocument();
|
||||||
$dom->loadHTML($html);
|
$dom->loadHTML($html);
|
||||||
|
Reference in New Issue
Block a user