Browse Source

Fix MoveCalendarTest

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v21.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
673beefb41
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/tests/unit/Command/MoveCalendarTest.php

+ 1
- 1
apps/dav/tests/unit/Command/MoveCalendarTest.php View File

@@ -216,7 +216,7 @@ class MoveCalendarTest extends TestCase {
'destinationuid' => 'user2',
]);

$this->assertContains("[OK] Calendar <personal> was moved from user <user> to <user2>", $commandTester->getDisplay());
$this->assertStringContainsString("[OK] Calendar <personal> was moved from user <user> to <user2>", $commandTester->getDisplay());
}

public function dataTestMoveWithDestinationNotPartOfGroup(): array {

Loading…
Cancel
Save