Skip to content

Commit 5550785

Browse files
nickvergessensusnux
authored andcommitted
ci: Revert "ci: Skip currently PHP 8.4 incompatible test"
This reverts commit 298948c. Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 63f33bf commit 5550785

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/dav/tests/unit/Files/FileSearchBackendTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ class FileSearchBackendTest extends TestCase {
5555
private $davFolder;
5656

5757
protected function setUp(): void {
58-
if (PHP_VERSION_ID >= 80400) {
59-
$this->markTestSkipped('SearchDAV is not yet PHP 8.4 compatible');
60-
}
61-
6258
parent::setUp();
6359

6460
$this->user = $this->createMock(IUser::class);

0 commit comments

Comments
 (0)