aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-11-07 10:54:02 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-01-20 11:22:08 +0100
commit7ebbb6b2ca52e122adfca88e4b9a2805863e43d3 (patch)
treea465abf8518491171e898a8534a97d1ec933e450 /tests
parent9369b67df3888ae0b30dda47f5211843f42c6514 (diff)
downloadnextcloud-server-7ebbb6b2ca52e122adfca88e4b9a2805863e43d3.tar.gz
nextcloud-server-7ebbb6b2ca52e122adfca88e4b9a2805863e43d3.zip
Remove workarounds specific to 7.4
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/Type/DetectionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/Type/DetectionTest.php b/tests/lib/Files/Type/DetectionTest.php
index 568dbb0cf56..d2fdb18e26d 100644
--- a/tests/lib/Files/Type/DetectionTest.php
+++ b/tests/lib/Files/Type/DetectionTest.php
@@ -71,7 +71,7 @@ class DetectionTest extends \Test\TestCase {
public function dataDetectContent(): array {
return [
['/', 'httpd/unix-directory'],
- // ['/data.tar.gz', 'application/x-gzip'], TODO: fix as it fails hard on php7.4 now
+ ['/data.tar.gz', 'application/x-gzip'],
['/data.zip', 'application/zip'],
['/testimage.mp3', 'audio/mpeg'],
['/testimage.png', 'image/png'],