Explorar el Código

Fix mock call to download

We can only mock public and protected functions in phpunit.
tags/v9.0beta1
Roeland Jago Douma hace 8 años
padre
commit
4a3b6da183
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      apps/dav/lib/carddav/syncservice.php

+ 1
- 1
apps/dav/lib/carddav/syncservice.php Ver fichero

@@ -124,7 +124,7 @@ class SyncService {
* @param string $resourcePath
* @return array
*/
private function download($url, $sharedSecret, $resourcePath) {
protected function download($url, $sharedSecret, $resourcePath) {
$settings = [
'baseUri' => $url,
'userName' => 'system',

Cargando…
Cancelar
Guardar