Skip to content

Commit

Permalink
fixup! Fix various deprecation warnings in tests on PHP 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Aug 14, 2023
1 parent faf3a00 commit 0ebed3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lib/TextProcessing/TextProcessingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@ class TextProcessingTest extends \Test\TestCase {
private IServerContainer $serverContainer;
private EventDispatcher $eventDispatcher;
private RegistrationContext $registrationContext;
private Coordinator $coordinator;
private \DateTimeImmutable $currentTime;
private TaskMapper $taskMapper;
private array $tasksDb;
private IJobList $jobList;
private Manager $manager;

protected function setUp(): void {
parent::setUp();
Expand Down

0 comments on commit 0ebed3b

Please sign in to comment.