Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
This commit is contained in:
Nils Wittenbrink 2020-02-29 19:34:02 +01:00 committed by backportbot[bot]
parent 372a3ddd50
commit fb3cf8ca28

View file

@ -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')