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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Authentication/Login/UidLoginCommandTest.php')
-rw-r--r--tests/lib/Authentication/Login/UidLoginCommandTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Authentication/Login/UidLoginCommandTest.php b/tests/lib/Authentication/Login/UidLoginCommandTest.php
index 1d477921677..6e22609631d 100644
--- a/tests/lib/Authentication/Login/UidLoginCommandTest.php
+++ b/tests/lib/Authentication/Login/UidLoginCommandTest.php
@@ -75,5 +75,4 @@ class UidLoginCommandTest extends ALoginCommandTest {
$this->assertTrue($result->isSuccess());
$this->assertEquals($this->user, $data->getUser());
}
-
}