/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/TestSuite/Constraint/Response
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/TestSuite/Constraint/Response/FileSent.php (1392B)
response->getFile() !== null;
}
/**
* Assertion message
*
* @return string
*/
public function toString(): string
{
return 'file was sent';
}
/**
* Overwrites the descriptions so we can remove the automatic "expected" message
*
* @param mixed $other Value
* @return string
*/
protected function failureDescription($other): string
{
return $this->toString();
}
}