Issue #2757139 by pfrenssen: Fix visibility of AssertLegacyTrait::buildXPathQuery()
parent
4520b25003
commit
ea6a8c33f7
|
@ -420,7 +420,7 @@ trait AssertLegacyTrait {
|
|||
* @deprecated Scheduled for removal in Drupal 9.0.0.
|
||||
* Use $this->assertSession()->buildXPathQuery() instead.
|
||||
*/
|
||||
public function buildXPathQuery($xpath, array $args = array()) {
|
||||
protected function buildXPathQuery($xpath, array $args = array()) {
|
||||
return $this->assertSession()->buildXPathQuery($xpath, $args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue