summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-04-03 13:33:27 +0200
committerLukas Reschke <lukas@owncloud.com>2015-04-03 13:36:03 +0200
commit25531bad88617608247d53c4acba231a2322b105 (patch)
tree8234a5b477c5618a19c77bc39b9a77895481ac8b /tests
parent0816cf91422346313d44cba5f017125899afbf2d (diff)
downloadnextcloud-server-25531bad88617608247d53c4acba231a2322b105.tar.gz
nextcloud-server-25531bad88617608247d53c4acba231a2322b105.zip
Make user names clickable
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/OCSClientTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/OCSClientTest.php b/tests/lib/OCSClientTest.php
index 6c83103b574..fa3f1fe7848 100644
--- a/tests/lib/OCSClientTest.php
+++ b/tests/lib/OCSClientTest.php
@@ -517,6 +517,7 @@ class OCSClientTest extends \Test\TestCase {
'score' => '60',
'downloads' => 5393,
'level' => 0,
+ 'profilepage' => 'http://opendesktop.org/usermanager/search.php?username=owncloud',
],
[
'id' => '168708',
@@ -535,6 +536,7 @@ class OCSClientTest extends \Test\TestCase {
'score' => '58',
'downloads' => 4237,
'level' => 200,
+ 'profilepage' => 'http://opendesktop.org/usermanager/search.php?username=owncloud',
],
];
$this->assertEquals($expected, $this->ocsClient->getApplications([815, 1337], 1, 'approved'));
@@ -760,6 +762,7 @@ class OCSClientTest extends \Test\TestCase {
'label' => 'recommended',
'typename' => 'ownCloud other',
'personid' => 'owncloud',
+ 'profilepage' => 'http://opendesktop.org/usermanager/search.php?username=owncloud',
'detailpage' => 'https://apps.owncloud.com/content/show.php?content=166053',
'preview1' => '',
'preview2' => '',