Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-01 10:54:40 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-01 10:54:40 +0300
commit733da0c4c24207fbb5084db781af81775cdf96cd (patch)
tree5252277cb07dd2c33aee3cd6907075524990b5af /tests
parentbdb9b52cbfc2896b8e27884b6ea4f70f6665e420 (diff)
Correctly set the unread counter when readding a user to a one-to-one conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/PasswordVerificationTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/php/PasswordVerificationTest.php b/tests/php/PasswordVerificationTest.php
index f88290197..212d86242 100644
--- a/tests/php/PasswordVerificationTest.php
+++ b/tests/php/PasswordVerificationTest.php
@@ -61,6 +61,9 @@ class PasswordVerificationTest extends TestCase {
'foobar',
'Test',
'passy',
+ 0,
+ null,
+ null,
0
);
$verificationResult = $room->verifyPassword('1234');