From 24935666e89bfee4dc0f8160afb1f6df10be8371 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 2 Nov 2021 16:51:01 +0100 Subject: PHPUnit\Framework\MockObject\DuplicateMethodException: Cannot stub or mock using a method list that contains duplicates: Signed-off-by: Joas Schilling --- apps/settings/tests/Controller/CheckSetupControllerTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index e162364abfe..6e47b1b2e7f 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -186,7 +186,6 @@ class CheckSetupControllerTest extends TestCase { 'hasBigIntConversionPendingColumns', 'isMysqlUsedWithoutUTF8MB4', 'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed', - 'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed', ])->getMock(); } -- cgit v1.2.3