aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/tests
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sharebymail/tests')
-rw-r--r--apps/sharebymail/tests/ShareByMailProviderTest.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/sharebymail/tests/ShareByMailProviderTest.php b/apps/sharebymail/tests/ShareByMailProviderTest.php
index f7325fc248a..05435b835e0 100644
--- a/apps/sharebymail/tests/ShareByMailProviderTest.php
+++ b/apps/sharebymail/tests/ShareByMailProviderTest.php
@@ -1291,10 +1291,6 @@ class ShareByMailProviderTest extends TestCase {
->with('Mrs. Owner User shared file.txt with you');
$template
->expects($this->once())
- ->method('addBodyText')
- ->with('Click the button below to open it.');
- $template
- ->expects($this->once())
->method('addBodyButton')
->with(
'Open file.txt',
@@ -1399,10 +1395,6 @@ class ShareByMailProviderTest extends TestCase {
->expects($this->once())
->method('addHeading')
->with('Mrs. Owner User shared file.txt with you');
- $template
- ->expects($this->once())
- ->method('addBodyText')
- ->with('Click the button below to open it.');
$this->urlGenerator->expects($this->once())->method('imagePath')
->with('core', 'caldav/description.png')
@@ -1525,10 +1517,6 @@ class ShareByMailProviderTest extends TestCase {
->expects($this->once())
->method('addHeading')
->with('Mrs. Owner User shared file.txt with you');
- $template
- ->expects($this->once())
- ->method('addBodyText')
- ->with('Click the button below to open it.');
$expiration = new DateTime('2001-01-01');
$this->l->expects($this->once())
@@ -1659,10 +1647,6 @@ class ShareByMailProviderTest extends TestCase {
->with('Mr. Initiator User shared file.txt with you');
$template
->expects($this->once())
- ->method('addBodyText')
- ->with('Click the button below to open it.');
- $template
- ->expects($this->once())
->method('addBodyButton')
->with(
'Open file.txt',
@@ -1760,10 +1744,6 @@ class ShareByMailProviderTest extends TestCase {
->with('Mrs. Owner User shared file.txt with you');
$template
->expects($this->once())
- ->method('addBodyText')
- ->with('Click the button below to open it.');
- $template
- ->expects($this->once())
->method('addBodyButton')
->with(
'Open file.txt',
@@ -1865,10 +1845,6 @@ class ShareByMailProviderTest extends TestCase {
->with('Mr. Initiator User shared file.txt with you');
$template
->expects($this->once())
- ->method('addBodyText')
- ->with('Click the button below to open it.');
- $template
- ->expects($this->once())
->method('addBodyButton')
->with(
'Open file.txt',