Crawler $crawler:
Overrides Constraint::failureDescription
protected function failureDescription($crawler) : string { return \sprintf('the Crawler selector "%s" was expected to be found %d time(s) but was found %d time(s)', $this->selector, $this->count, \count($crawler->filter($this->selector))); }