We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b48ed commit d8db9f1Copy full SHA for d8db9f1
1 file changed
tests/integration/IntegrationTest.php
@@ -443,6 +443,14 @@ public function testBanUser()
443
$this->client->banUser($this->user1["id"], ["user_id" => $this->user2["id"]]);
444
}
445
446
+ public function testBanUserWithDeleteReactions()
447
+ {
448
+ $this->client->banUser($this->user1["id"], [
449
+ "user_id" => $this->user2["id"],
450
+ "delete_reactions" => true,
451
+ ]);
452
+ }
453
+
454
public function testUnBanUser()
455
{
456
0 commit comments