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-10-01 11:03:44 +0300
committerTobia De Koninck <tobia@ledfan.be>2018-02-08 16:19:49 +0300
commit6ffad0a7a6bdca3495c341fad082c6adf245e9b1 (patch)
tree98f3b3c7a2e6bcc2fd1c1ef12b7097681cca251f /tests/integration
parentb65a863c4e09a3234534648bda49ed75f1f8e726 (diff)
Add missing Travis script + run cs-fixer + fix occ compliant
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");
-
}
/**