|
|
|
@ -1289,10 +1289,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.'); |
|
|
|
$template |
|
|
|
->expects($this->once()) |
|
|
|
->method('addBodyButton') |
|
|
|
@ -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()) |
|
|
|
@ -1657,10 +1645,6 @@ class ShareByMailProviderTest extends TestCase { |
|
|
|
->expects($this->once()) |
|
|
|
->method('addHeading') |
|
|
|
->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') |
|
|
|
@ -1758,10 +1742,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.'); |
|
|
|
$template |
|
|
|
->expects($this->once()) |
|
|
|
->method('addBodyButton') |
|
|
|
@ -1863,10 +1843,6 @@ class ShareByMailProviderTest extends TestCase { |
|
|
|
->expects($this->once()) |
|
|
|
->method('addHeading') |
|
|
|
->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') |
|
|
|
|