function CrawlerSelectorAttributeValueSame::toString
Overrides SelfDescribing::toString
1 call to CrawlerSelectorAttributeValueSame::toString()
- CrawlerSelectorAttributeValueSame::failureDescription in vendor/
symfony/ dom-crawler/ Test/ Constraint/ CrawlerSelectorAttributeValueSame.php
File
-
vendor/
symfony/ dom-crawler/ Test/ Constraint/ CrawlerSelectorAttributeValueSame.php, line 26
Class
Namespace
Symfony\Component\DomCrawler\Test\ConstraintCode
public function toString() : string {
return \sprintf('has a node matching selector "%s" with attribute "%s" of value "%s"', $this->selector, $this->attribute, $this->expectedText);
}