]> source.dussan.org Git - nextcloud-server.git/commit
Avoid Deprecation warning from Zip tests on PHP 8.1
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 16 Dec 2021 08:58:40 +0000 (09:58 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 16 Dec 2021 08:58:40 +0000 (09:58 +0100)
commitec4fff20e848840ceeceac269981b60d27ba9974
tree0580b89e20137b3cb2fb44cfe1e65da36510d90d
parente053feb5db40e0f07eb14c2d06686d66af001bb4
Avoid Deprecation warning from Zip tests on PHP 8.1

It is not allowed anymore to open an empty file as a new zip archive.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tests/lib/Archive/ZIPTest.php