We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f33bf commit 5550785Copy full SHA for 5550785
apps/dav/tests/unit/Files/FileSearchBackendTest.php
@@ -55,10 +55,6 @@ class FileSearchBackendTest extends TestCase {
55
private $davFolder;
56
57
protected function setUp(): void {
58
- if (PHP_VERSION_ID >= 80400) {
59
- $this->markTestSkipped('SearchDAV is not yet PHP 8.4 compatible');
60
- }
61
-
62
parent::setUp();
63
64
$this->user = $this->createMock(IUser::class);
0 commit comments