We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab322f5 commit 4ba9835Copy full SHA for 4ba9835
1 file changed
Tests/HtmlPageCrawlerTest.php
@@ -455,7 +455,7 @@ public function testUnwrap()
455
$this->assertEquals('<div id="content"><div>Before</div><p>Absatz 1</p><div>After</div></div>', $c->saveHTML());
456
}
457
458
- public function testUnwrapInnerOnDOMElementExeption()
+ public function testUnwrapInnerOnDOMElementException()
459
{
460
$this->expectException(\InvalidArgumentException::class);
461
$this->expectExceptionMessage('DOMElement does not have a parent DOMElement node.');
0 commit comments