From 15118d686f0ea0e1c7b91ad082147ea13747d016 Mon Sep 17 00:00:00 2001 From: turegjorup Date: Thu, 6 Feb 2025 09:44:25 +0100 Subject: [PATCH] 3666: Updated ProcessDetectionResultHandlerTest --- tests/MessageHandler/ProcessDetectionResultHandlerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/MessageHandler/ProcessDetectionResultHandlerTest.php b/tests/MessageHandler/ProcessDetectionResultHandlerTest.php index 07b105f..5de44b0 100644 --- a/tests/MessageHandler/ProcessDetectionResultHandlerTest.php +++ b/tests/MessageHandler/ProcessDetectionResultHandlerTest.php @@ -50,7 +50,8 @@ protected function setUp(): void $this->handler = new ProcessDetectionResultHandler( $this->entityManagerMock, $this->detectionResultRepositoryMock, - [$this->dirResultHandler, $this->nginxResultHandler] + [$this->dirResultHandler, $this->nginxResultHandler], + 5 ); }