/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/TestSuite/Constraint/Email
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/src/TestSuite/Constraint/Email/NoMailSent.php (1399B)
getMessages()) === 0;
}
/**
* Assertion message string
*
* @return string
*/
public function toString(): string
{
return 'no emails were 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();
}
}