]> source.dussan.org Git - nextcloud-server.git/commit
Fix tests on PHP 8.1 for encryption, files_sharing, files_version,
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 26 Oct 2021 14:42:19 +0000 (16:42 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 16 Dec 2021 08:43:29 +0000 (09:43 +0100)
commit37f8f7a5a18e57507330036b747d4b12e58efae4
tree4a057e03cae53d21092d06e373fa91fbad2b258f
parent6b770eb5799f58c41db2b3249e6e71cf69049fac
Fix tests on PHP 8.1 for encryption, files_sharing, files_version,

  files_trashbin and theming apps

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/encryption/lib/Command/FixEncryptedVersion.php
apps/encryption/tests/Crypto/EncryptAllTest.php
apps/files_sharing/tests/Controller/PublicPreviewControllerTest.php
apps/files_trashbin/tests/Controller/PreviewControllerTest.php
apps/files_versions/tests/Controller/PreviewControllerTest.php
apps/theming/tests/Controller/IconControllerTest.php
apps/theming/tests/Controller/ThemingControllerTest.php