summaryrefslogtreecommitdiffstats
path: root/tests/php
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-06-02 14:04:30 -0300
committerVitor Mattos <vitor@php.rio>2022-06-30 15:01:29 -0300
commit6c7d0d31177dd4f10074fd42db4e60cdf2217787 (patch)
tree7d0b3f8661042608d9a11bd9b879b5c9a4a8d779 /tests/php
parent7fe6f4a1acf86cedf106f68e220cb3217378a1a9 (diff)
Rename more ttl to message-expire
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php/CapabilitiesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index 214fe3bfd..31afe3992 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -121,7 +121,7 @@ class CapabilitiesTest extends TestCase {
'silent-send',
'silent-call',
'send-call-notification',
- 'time-to-live',
+ 'message-expire',
'reactions',
];
}