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(0, $this->createTestCrawler()->filterXPath('//form/button/attribute::*'), '->filterXPath() handles attribute axes properly when they are preceded by an element filtering axis');
520
+
$this->assertCount(3, $this->createTestCrawler()->filterXPath('//form/button/attribute::*'), '->filterXPath() handles attribute axes properly when they are preceded by an element filtering axis');
531
521
}
532
522
533
523
publicfunctiontestFilterXPathWithChildAxis()
@@ -745,6 +735,26 @@ public function testLink()
745
735
}
746
736
}
747
737
738
+
/**
739
+
* @expectedException \InvalidArgumentException
740
+
* @expectedExceptionMessage The selected node should be instance of DOMElement
0 commit comments