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:
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/db/PresenceMapperTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/db/PresenceMapperTest.php b/tests/integration/db/PresenceMapperTest.php
index b37ce7f..de905f7 100644
--- a/tests/integration/db/PresenceMapperTest.php
+++ b/tests/integration/db/PresenceMapperTest.php
@@ -46,18 +46,19 @@ class PresenceMapperTest extends MapperTestUtility
}
}
- protected function tearDown() {
+ protected function tearDown()
+ {
foreach (\OC::$server->getUserManager()->search('') as $user) {
$user->delete();
}
-
}
/**
* @before
* TODO explciclty call this function
*/
- public function setupContactsStoreAPI() {
+ public function setupContactsStoreAPI()
+ {
foreach (\OC::$server->getUserManager()->search('') as $user) {
$user->delete();
}
@@ -83,7 +84,6 @@ class PresenceMapperTest extends MapperTestUtility
\OC_User::setIncognitoMode(false);
\OC::$server->getDatabaseConnection()->executeQuery("DELETE FROM *PREFIX*ojsxc_stanzas");
-
}
/**