Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / comment / tests / src / Unit / CommentLinkBuilderTest.php
index 8a0a0f5871f2a024275588a01755e7f24ded967d..8aaae756098157d62bcdd21503d8fe6682b035d8 100644 (file)
@@ -269,7 +269,7 @@ class CommentLinkBuilderTest extends UnitTestCase {
    */
   protected function getMockNode($has_field, $comment_status, $form_location, $comment_count) {
     $node = $this->getMock('\Drupal\node\NodeInterface');
-    $node->expects($this->once())
+    $node->expects($this->any())
       ->method('hasField')
       ->willReturn($has_field);