We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f240ec commit 19cb86cCopy full SHA for 19cb86c
test/HTML5/Html5Test.php
@@ -484,7 +484,7 @@ public function testCDATA()
484
public function testAnchorTargetQueryParam()
485
{
486
$res = $this->cycle("<a href=\"https://domain.com/page.php?foo=bar&target=baz\">https://domain.com/page.php?foo=bar&target=baz</a>");
487
- $this->assertStringContainsString(
+ $this->assertContains(
488
"<a href=\"https://domain.com/page.php?foo=bar&target=baz\">https://domain.com/page.php?foo=bar&target=baz</a>",
489
$res
490
);
0 commit comments