File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ public function testCDATA()
484484 public function testAnchorTargetQueryParam ()
485485 {
486486 $ 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 (
487+ $ this ->assertContains (
488488 "<a href= \"https://domain.com/page.php?foo=bar&target=baz \">https://domain.com/page.php?foo=bar&target=baz</a> " ,
489489 $ res
490490 );
You can’t perform that action at this time.
0 commit comments