/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/TestSuite/Constraint/Response
NameSizeModeActions
BodyContains.php16430644editdlrm
BodyEmpty.php13260644editdlrm
BodyEquals.php10630644editdlrm
BodyNotContains.php10690644editdlrm
BodyNotEmpty.php10660644editdlrm
BodyNotEquals.php10710644editdlrm
BodyNotRegExp.php10850644editdlrm
BodyRegExp.php12960644editdlrm
ContentType.php13110644editdlrm
CookieEncryptedEquals.php21240644editdlrm
CookieEquals.php16610644editdlrm
CookieNotSet.php10600644editdlrm
CookieSet.php11920644editdlrm
FileSent.php13920644editdlrm
FileSentAs.php11980644editdlrm
HeaderContains.php12460644editdlrm
HeaderEquals.php16830644editdlrm
HeaderNotContains.php12520644editdlrm
HeaderNotSet.php10920644editdlrm
HeaderSet.php18290644editdlrm
ResponseBase.php15130644editdlrm
StatusCode.php11410644editdlrm
StatusCodeBase.php19360644editdlrm
StatusError.php9670644editdlrm
StatusFailure.php9710644editdlrm
StatusOk.php9610644editdlrm
StatusSuccess.php9710644editdlrm
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(); } }