aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-02 16:51:01 +0100
committerJoas Schilling <coding@schilljs.com>2021-11-09 15:13:24 +0100
commit24935666e89bfee4dc0f8160afb1f6df10be8371 (patch)
treebee860cad71c645ee9acf754208ccc2072ac05fd /apps/settings
parent19d070850b4e89247956e647f74fcece0a3734b5 (diff)
downloadnextcloud-server-24935666e89bfee4dc0f8160afb1f6df10be8371.tar.gz
nextcloud-server-24935666e89bfee4dc0f8160afb1f6df10be8371.zip
PHPUnit\Framework\MockObject\DuplicateMethodException: Cannot stub or mock using a method list that contains duplicates:
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/tests/Controller/CheckSetupControllerTest.php1
1 files changed, 0 insertions, 1 deletions
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();
}