From b8ab560bdd1f1f9d80ec6c632323b38a4f007ed7 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 23 Sep 2024 14:50:43 +0200 Subject: fix(tests): Fix test to remove call to non-existing constructor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- tests/lib/Files/ViewTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/lib/Files/ViewTest.php') diff --git a/tests/lib/Files/ViewTest.php b/tests/lib/Files/ViewTest.php index 53da32b24db..636280f89eb 100644 --- a/tests/lib/Files/ViewTest.php +++ b/tests/lib/Files/ViewTest.php @@ -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) { -- cgit v1.2.3