mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 22:35:24 -04:00
test(dav): adjust test cases for PHPUnit 10
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
9978dcfd61
commit
9f8f7759a9
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ class AppleProvisioningPluginTest extends TestCase {
|
|||
$this->l10n->expects($this->exactly(2))
|
||||
->method('t')
|
||||
->willReturnMap([
|
||||
['Configures a CalDAV account', 'LocalizedConfiguresCalDAV'],
|
||||
['Configures a CardDAV account', 'LocalizedConfiguresCardDAV'],
|
||||
['Configures a CalDAV account', [], 'LocalizedConfiguresCalDAV'],
|
||||
['Configures a CardDAV account', [], 'LocalizedConfiguresCardDAV'],
|
||||
]);
|
||||
|
||||
$this->sabreResponse->expects($this->once())
|
||||
|
|
|
|||
Loading…
Reference in a new issue