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>2021-09-30 12:57:22 +0300
committerJoas Schilling <coding@schilljs.com>2021-09-30 12:57:22 +0300
commitb1e9bac7df004ade410fc9291cfc3961575e4e8e (patch)
treeff1959301facb2a1c2d99d5a1fa41588e0303fc4 /tests
parentabbc510f6b3133477548de88647a27d8b6cd0cc8 (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Chat/NotifierTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/php/Chat/NotifierTest.php b/tests/php/Chat/NotifierTest.php
index 85fd97a15..392be2023 100644
--- a/tests/php/Chat/NotifierTest.php
+++ b/tests/php/Chat/NotifierTest.php
@@ -553,7 +553,6 @@ class NotifierTest extends TestCase {
* @param bool $expected
*/
public function testShouldParticipantBeNotified(string $actorType, string $actorId, ?int $sessionAge, string $commentActorType, string $commentActorId, array $alreadyNotifiedUsers, bool $expected): void {
-
$comment = $this->createMock(IComment::class);
$comment->method('getActorType')
->willReturn($commentActorType);