X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FTest%2FAssertMailTrait.php;h=bd020207f01d695be32b5527fdaedd96a92f1b80;hb=refs%2Fheads%2Fd864;hp=d531586b6c1070d0a82fb64520bc434ca55d8f19;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Test/AssertMailTrait.php b/web/core/lib/Drupal/Core/Test/AssertMailTrait.php index d531586b6..bd020207f 100644 --- a/web/core/lib/Drupal/Core/Test/AssertMailTrait.php +++ b/web/core/lib/Drupal/Core/Test/AssertMailTrait.php @@ -45,7 +45,7 @@ trait AssertMailTrait { * Value of the field to assert. * @param string $message * (optional) A message to display with the assertion. Do not translate - * messages: use \Drupal\Component\Utility\SafeMarkup::format() to embed + * messages: use \Drupal\Component\Render\FormattableMarkup to embed * variables in the message text, not t(). If left blank, a default message * will be displayed. * @param string $group @@ -74,7 +74,7 @@ trait AssertMailTrait { * Number of emails to search for string, starting with most recent. * @param string $message * (optional) A message to display with the assertion. Do not translate - * messages: use \Drupal\Component\Utility\SafeMarkup::format() to embed + * messages: use \Drupal\Component\Render\FormattableMarkup to embed * variables in the message text, not t(). If left blank, a default message * will be displayed. * @param string $group @@ -117,7 +117,7 @@ trait AssertMailTrait { * Pattern to search for. * @param string $message * (optional) A message to display with the assertion. Do not translate - * messages: use \Drupal\Component\Utility\SafeMarkup::format() to embed + * messages: use \Drupal\Component\Render\FormattableMarkup to embed * variables in the message text, not t(). If left blank, a default message * will be displayed. * @param string $group