From f7790c2960f4fd509df7d93cca7e6441e7de89f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20M=C3=BCller?= <mail@stephanmueller.eu>
Date: Sun, 10 Sep 2017 23:59:11 +0200
Subject: [PATCH] expect call of getSlogan() exactly twice
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stephan Müller <mail@stephanmueller.eu>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
---
 apps/sharebymail/tests/ShareByMailProviderTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/sharebymail/tests/ShareByMailProviderTest.php b/apps/sharebymail/tests/ShareByMailProviderTest.php
index 9ab9dbef4a1..23e61ee58f1 100644
--- a/apps/sharebymail/tests/ShareByMailProviderTest.php
+++ b/apps/sharebymail/tests/ShareByMailProviderTest.php
@@ -828,7 +828,7 @@ class ShareByMailProviderTest extends TestCase {
 			->method('setReplyTo')
 			->with(['owner@example.com' => 'Mrs. Owner User']);
 		$this->defaults
-			->expects($this->once())
+			->expects($this->exactly(2))
 			->method('getSlogan')
 			->willReturn('Testing like 1990');
 		$template
-- 
GitLab