summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/Token
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Authentication/Token')
-rw-r--r--tests/lib/Authentication/Token/DefaultTokenCleanupJobTest.php1
-rw-r--r--tests/lib/Authentication/Token/DefaultTokenMapperTest.php1
-rw-r--r--tests/lib/Authentication/Token/DefaultTokenProviderTest.php1
-rw-r--r--tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php1
-rw-r--r--tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php1
-rw-r--r--tests/lib/Authentication/Token/RemoteWipeTest.php1
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/lib/Authentication/Token/DefaultTokenCleanupJobTest.php b/tests/lib/Authentication/Token/DefaultTokenCleanupJobTest.php
index e4bc13fe5fb..0991c8b1fc8 100644
--- a/tests/lib/Authentication/Token/DefaultTokenCleanupJobTest.php
+++ b/tests/lib/Authentication/Token/DefaultTokenCleanupJobTest.php
@@ -49,5 +49,4 @@ class DefaultTokenCleanupJobTest extends TestCase {
->with();
$this->invokePrivate($this->job, 'run', [null]);
}
-
}
diff --git a/tests/lib/Authentication/Token/DefaultTokenMapperTest.php b/tests/lib/Authentication/Token/DefaultTokenMapperTest.php
index 7060dc2a770..855e90ab6b9 100644
--- a/tests/lib/Authentication/Token/DefaultTokenMapperTest.php
+++ b/tests/lib/Authentication/Token/DefaultTokenMapperTest.php
@@ -230,5 +230,4 @@ class DefaultTokenMapperTest extends TestCase {
$this->mapper->deleteByName($name);
$this->assertEquals(2, $this->getNumberOfTokens());
}
-
}
diff --git a/tests/lib/Authentication/Token/DefaultTokenProviderTest.php b/tests/lib/Authentication/Token/DefaultTokenProviderTest.php
index a1287680317..d95e4c0418d 100644
--- a/tests/lib/Authentication/Token/DefaultTokenProviderTest.php
+++ b/tests/lib/Authentication/Token/DefaultTokenProviderTest.php
@@ -449,7 +449,6 @@ class DefaultTokenProviderTest extends TestCase {
} catch (ExpiredTokenException $e) {
$this->assertSame($token, $e->getToken());
}
-
}
public function testGetTokenById() {
diff --git a/tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php b/tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php
index fc1c71e4511..5ba7fe7c40e 100644
--- a/tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php
+++ b/tests/lib/Authentication/Token/PublicKeyTokenMapperTest.php
@@ -266,5 +266,4 @@ class PublicKeyTokenMapperTest extends TestCase {
$this->assertFalse($this->mapper->hasExpiredTokens('user1'));
$this->assertTrue($this->mapper->hasExpiredTokens('user3'));
}
-
}
diff --git a/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php b/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
index 357200e24b4..43ae0e9542c 100644
--- a/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
+++ b/tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
@@ -389,7 +389,6 @@ class PublicKeyTokenProviderTest extends TestCase {
} catch (ExpiredTokenException $e) {
$this->assertSame($actual, $e->getToken());
}
-
}
public function testGetTokenById() {
diff --git a/tests/lib/Authentication/Token/RemoteWipeTest.php b/tests/lib/Authentication/Token/RemoteWipeTest.php
index 11be7590459..1338931ac72 100644
--- a/tests/lib/Authentication/Token/RemoteWipeTest.php
+++ b/tests/lib/Authentication/Token/RemoteWipeTest.php
@@ -187,5 +187,4 @@ class RemoteWipeTest extends TestCase {
$this->assertTrue($result);
}
-
}