summaryrefslogtreecommitdiffstats
path: root/tests/php/ConfigTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/ConfigTest.php')
-rw-r--r--tests/php/ConfigTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/php/ConfigTest.php b/tests/php/ConfigTest.php
index 555349e70..3b7080aaf 100644
--- a/tests/php/ConfigTest.php
+++ b/tests/php/ConfigTest.php
@@ -260,7 +260,7 @@ class ConfigTest extends TestCase {
$this->assertSame($servers, $settings);
}
- public function dataGetWebSocketDomainForSignalingServer() {
+ public static function dataGetWebSocketDomainForSignalingServer() {
return [
['http://blabla.nextcloud.com', 'ws://blabla.nextcloud.com'],
['http://blabla.nextcloud.com/', 'ws://blabla.nextcloud.com'],
@@ -333,7 +333,7 @@ class ConfigTest extends TestCase {
);
}
- public function dataTicketV2Algorithm() {
+ public static function dataTicketV2Algorithm() {
return [
['ES384'],
['ES256'],