Skip to content

Commit 4ba9835

Browse files
committed
Fix spelling error
1 parent ab322f5 commit 4ba9835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/HtmlPageCrawlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function testUnwrap()
455455
$this->assertEquals('<div id="content"><div>Before</div><p>Absatz 1</p><div>After</div></div>', $c->saveHTML());
456456
}
457457

458-
public function testUnwrapInnerOnDOMElementExeption()
458+
public function testUnwrapInnerOnDOMElementException()
459459
{
460460
$this->expectException(\InvalidArgumentException::class);
461461
$this->expectExceptionMessage('DOMElement does not have a parent DOMElement node.');

0 commit comments

Comments
 (0)