Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-02 18:51:01 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-09 17:13:24 +0300
commit24935666e89bfee4dc0f8160afb1f6df10be8371 (patch)
treebee860cad71c645ee9acf754208ccc2072ac05fd /apps
parent19d070850b4e89247956e647f74fcece0a3734b5 (diff)
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')
-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();
}