Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / contact / tests / src / Unit / MailHandlerTest.php
index 04a12b86df58117ace64cbffb9e8fbe689ffb545..a96b0c69e12448134650bfe2d9f819ed1ac082d0 100644 (file)
@@ -367,7 +367,7 @@ class MailHandlerTest extends UnitTestCase {
     $recipient->expects($this->once())
       ->method('getEmail')
       ->willReturn('user2@drupal.org');
-    $recipient->expects($this->once())
+    $recipient->expects($this->any())
       ->method('getDisplayName')
       ->willReturn('user2');
     $recipient->expects($this->once())