Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2020-11-05 20:18:40 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-11-11 15:38:24 +0300
commita6e3bf6a5967d84a1c8f590f83e11f72edb31eec (patch)
treec535d4b39bb7062828ad356bd8653abff341800e /apps/dav/tests
parentb1efe1896b78e9573a89baa2888e2f73dce5c6f7 (diff)
Use png icons in caldav reminder emails
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r--apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
index 9a22f63c1be..93673758ada 100644
--- a/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
+++ b/apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
@@ -500,7 +500,7 @@ class EmailProviderTest extends AbstractNotificationProviderTest {
$this->urlGenerator
->expects($this->at(8 * $i))
->method('imagePath')
- ->with('core', 'actions/info.svg')
+ ->with('core', 'actions/info.png')
->willReturn('imagePath1');
$this->urlGenerator
@@ -512,7 +512,7 @@ class EmailProviderTest extends AbstractNotificationProviderTest {
$this->urlGenerator
->expects($this->at(8 * $i + 2))
->method('imagePath')
- ->with('core', 'places/calendar.svg')
+ ->with('core', 'places/calendar.png')
->willReturn('imagePath2');
$this->urlGenerator
@@ -524,7 +524,7 @@ class EmailProviderTest extends AbstractNotificationProviderTest {
$this->urlGenerator
->expects($this->at(8 * $i + 4))
->method('imagePath')
- ->with('core', 'actions/address.svg')
+ ->with('core', 'actions/address.png')
->willReturn('imagePath3');
$this->urlGenerator
@@ -536,7 +536,7 @@ class EmailProviderTest extends AbstractNotificationProviderTest {
$this->urlGenerator
->expects($this->at(8 * $i + 6))
->method('imagePath')
- ->with('core', 'actions/more.svg')
+ ->with('core', 'actions/more.png')
->willReturn('imagePath4');
$this->urlGenerator