diff options
Diffstat (limited to 'apps/federation/tests/TrustedServersTest.php')
-rw-r--r-- | apps/federation/tests/TrustedServersTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/federation/tests/TrustedServersTest.php b/apps/federation/tests/TrustedServersTest.php index 59b1c577e75..67814ee96ac 100644 --- a/apps/federation/tests/TrustedServersTest.php +++ b/apps/federation/tests/TrustedServersTest.php @@ -100,7 +100,6 @@ class TrustedServersTest extends TestCase { $this->dispatcher, $this->timeFactory ); - } /** @@ -267,7 +266,6 @@ class TrustedServersTest extends TestCase { * @param bool $expected */ public function testIsOwnCloudServer($statusCode, $isValidOwnCloudVersion, $expected) { - $server = 'server1'; /** @var \PHPUnit_Framework_MockObject_MockObject | TrustedServers $trustedServers */ @@ -306,7 +304,6 @@ class TrustedServersTest extends TestCase { $this->assertSame($expected, $trustedServers->isOwnCloudServer($server) ); - } public function dataTestIsOwnCloudServer() { |