mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(tests): Fix test to remove call to non-existing constructor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
eac9255966
commit
b8ab560bdd
1 changed files with 0 additions and 1 deletions
|
|
@ -1589,7 +1589,6 @@ class ViewTest extends \Test\TestCase {
|
|||
foreach ($mountPoints as $mountPoint) {
|
||||
$storage = $this->getMockBuilder(Storage::class)
|
||||
->setMethods([])
|
||||
->setConstructorArgs([[]])
|
||||
->getMock();
|
||||
$storage->method('getId')->willReturn('non-null-id');
|
||||
$storage->method('getStorageCache')->willReturnCallback(function () use ($storage) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue