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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobia De Koninck <tobia@ledfan.be>2017-08-16 09:40:29 +0300
committerTobia De Koninck <tobia@ledfan.be>2018-02-08 16:19:35 +0300
commit3ac8e399a2e7fc325f7cf6a17f0ed04b5416921b (patch)
tree3c0c9bcbc07104a3ba295f4fd81afec3eee9429d /tests/unit
parent8666aa63ada9f7f06d966d366c8714b5bc6c3475 (diff)
Small fixes
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/stanzahandlers/IQTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/stanzahandlers/IQTest.php b/tests/unit/stanzahandlers/IQTest.php
index 62a7a9a..5b31da0 100644
--- a/tests/unit/stanzahandlers/IQTest.php
+++ b/tests/unit/stanzahandlers/IQTest.php
@@ -77,7 +77,7 @@ class IQTest extends TestCase
->will($this->returnValue('richard'));
$user2->expects($this->any())
- ->method(getFullName) // TODO
+ ->method('getFullName')
->will($this->returnValue('Richard'));
$user2->expects($this->any())