mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #19931 from nextcloud/external-storage-password-placeholders-fix-tests
fix external storage controller tests
This commit is contained in:
commit
12e54047a1
@ -66,6 +66,8 @@ abstract class StoragesControllerTest extends \Test\TestCase {
|
||||
->willReturn($storageClass);
|
||||
$backend->method('getIdentifier')
|
||||
->willReturn('identifier:'.$class);
|
||||
$backend->method('getParameters')
|
||||
->willReturn([]);
|
||||
return $backend;
|
||||
}
|
||||
|
||||
@ -80,6 +82,8 @@ abstract class StoragesControllerTest extends \Test\TestCase {
|
||||
->willReturn($scheme);
|
||||
$authMech->method('getIdentifier')
|
||||
->willReturn('identifier:'.$class);
|
||||
$authMech->method('getParameters')
|
||||
->willReturn([]);
|
||||
|
||||
return $authMech;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user