summaryrefslogtreecommitdiffstats
path: root/tests/php/Service/AvatarServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Service/AvatarServiceTest.php')
-rw-r--r--tests/php/Service/AvatarServiceTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/php/Service/AvatarServiceTest.php b/tests/php/Service/AvatarServiceTest.php
index 44fa822ae..7dfe1bd6d 100644
--- a/tests/php/Service/AvatarServiceTest.php
+++ b/tests/php/Service/AvatarServiceTest.php
@@ -93,7 +93,7 @@ class AvatarServiceTest extends TestCase {
}
}
- public function dataGetAvatarVersion(): array {
+ public static function dataGetAvatarVersion(): array {
return [
['', 'STRING WITH 8 CHARS'],
['1', '1'],
@@ -101,7 +101,7 @@ class AvatarServiceTest extends TestCase {
];
}
- public function dataGetFirstCombinedEmoji(): array {
+ public static function dataGetFirstCombinedEmoji(): array {
return [
['👋 Hello', '👋'],
['Only leading emojis 🚀', ''],