function ResponseHeaderLocationSame::toString
Overrides SelfDescribing::toString
1 call to ResponseHeaderLocationSame::toString()
- ResponseHeaderLocationSame::failureDescription in vendor/
symfony/ http-foundation/ Test/ Constraint/ ResponseHeaderLocationSame.php - Returns the description of the failure.
File
-
vendor/
symfony/ http-foundation/ Test/ Constraint/ ResponseHeaderLocationSame.php, line 24
Class
Namespace
Symfony\Component\HttpFoundation\Test\ConstraintCode
public function toString() : string {
return \sprintf('has header "Location" matching "%s"', $this->expectedValue);
}