mirror of
https://github.com/nextcloud/server.git
synced 2026-04-03 16:16:36 -04:00
Fix test
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
This commit is contained in:
parent
372a3ddd50
commit
fb3cf8ca28
1 changed files with 3 additions and 4 deletions
|
|
@ -158,10 +158,9 @@ class AppleProvisioningPluginTest extends TestCase {
|
|||
->method('getServerProtocol')
|
||||
->wilLReturn('https');
|
||||
|
||||
$this->sabreRequest->expects($this->at(1))
|
||||
->method('getAbsoluteUrl')
|
||||
->with()
|
||||
->willReturn('https://nextcloud.tld/nextcloud/remote.php/dav/provisioning/apple-provisioning.mobileconfig');
|
||||
$this->urlGenerator->expects($this->once())
|
||||
->method('getBaseUrl')
|
||||
->willReturn('https://nextcloud.tld/nextcloud');
|
||||
|
||||
$this->themingDefaults->expects($this->at(0))
|
||||
->method('getName')
|
||||
|
|
|
|||
Loading…
Reference in a new issue