You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertCount(1, $crawler->filterXPath("//a[./@href][((./@id = 'Klausi|Claudiu' or normalize-space(string(.)) = 'Klausi|Claudiu' or ./@title = 'Klausi|Claudiu' or ./@rel = 'Klausi|Claudiu') or .//img[./@alt = 'Klausi|Claudiu'])]"));
390
391
}
391
392
392
393
publicfunctiontestFilterXPath()
@@ -548,7 +549,7 @@ public function testFilterXPathWithSelfAxes()
548
549
549
550
$this->assertCount(0, $crawler->filterXPath('self::a'), 'The fake root node has no "real" element name');
550
551
$this->assertCount(0, $crawler->filterXPath('self::a/img'), 'The fake root node has no "real" element name');
0 commit comments