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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-02-14 01:00:47 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-02-14 10:39:12 +0300
commitb4510da488cdde716e91c1e06c54ff5fe133784c (patch)
treebf1b3c99d6ac29800dddf023748c1e262db5e54b /tests
parentcf372c1cf39e0532d636e47142b47dc76c3132b8 (diff)
Edit sprite names to prevent collision with server
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/unit/Service/CollectionsServiceTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/php/unit/Service/CollectionsServiceTest.php b/tests/php/unit/Service/CollectionsServiceTest.php
index 1c3a5a4a..3348e06c 100644
--- a/tests/php/unit/Service/CollectionsServiceTest.php
+++ b/tests/php/unit/Service/CollectionsServiceTest.php
@@ -61,32 +61,32 @@ class CollectionsServiceTest extends TestCase {
'id' => "starred",
'displayName' => 'Important',
'show' => 2,
- 'icon' => 'icon-task-star'),
+ 'icon' => 'sprt-task-star'),
array(
'id' => "today",
'displayName' => 'Today',
'show' => 2,
- 'icon' => 'icon-calendar'),
+ 'icon' => 'sprt-calendar'),
array(
'id' => "week",
'displayName' => 'Week',
'show' => 2,
- 'icon' => 'icon-calendar'),
+ 'icon' => 'sprt-calendar'),
array(
'id' => "all",
'displayName' => 'All',
'show' => 2,
- 'icon' => 'icon-all'),
+ 'icon' => 'sprt-all'),
array(
'id' => "current",
'displayName' => 'Current',
'show' => 2,
- 'icon' => 'icon-current'),
+ 'icon' => 'sprt-current'),
array(
'id' => "completed",
'displayName' => 'Completed',
'show' => 2,
- 'icon' => 'icon-checkmark')
+ 'icon' => 'sprt-checkmark')
);
$map = [