mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
PHPUnit\Framework\MockObject\DuplicateMethodException: Cannot stub or mock using a method list that contains duplicates:
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
19d070850b
commit
24935666e8
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ class CheckSetupControllerTest extends TestCase {
|
|||
'hasBigIntConversionPendingColumns',
|
||||
'isMysqlUsedWithoutUTF8MB4',
|
||||
'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed',
|
||||
'isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed',
|
||||
])->getMock();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue