summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-09-14 21:27:05 -0300
committerVitor Mattos <vitor@php.rio>2022-09-14 21:27:05 -0300
commit3f0b47e6d4f0cd55575dbb6495cf819a192e8b2c (patch)
treee74155fa70f91c2ebc60345243ee5d80286aa766 /tests
parentf91f983f9f348d6dccd5257fdd624f9a2ee0bc2d (diff)
Test with emoji
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Service/RoomServiceTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/php/Service/RoomServiceTest.php b/tests/php/Service/RoomServiceTest.php
index 4ee95a622..08c14e28c 100644
--- a/tests/php/Service/RoomServiceTest.php
+++ b/tests/php/Service/RoomServiceTest.php
@@ -192,6 +192,7 @@ class RoomServiceTest extends TestCase {
[''],
[' '],
[str_repeat('a', 256)],
+ [str_repeat('😃', 200)],
];
}