From aa15f9d16d5b46d04763c7deedb129990e819364 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 30 Jun 2025 16:56:59 +0200 Subject: chore: run rector Signed-off-by: Robin Appelman --- apps/workflowengine/tests/Check/RequestUserAgentTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/workflowengine/tests/Check/RequestUserAgentTest.php') diff --git a/apps/workflowengine/tests/Check/RequestUserAgentTest.php b/apps/workflowengine/tests/Check/RequestUserAgentTest.php index 2fe96bf3bdb..09eaea6555b 100644 --- a/apps/workflowengine/tests/Check/RequestUserAgentTest.php +++ b/apps/workflowengine/tests/Check/RequestUserAgentTest.php @@ -82,9 +82,7 @@ class RequestUserAgentTest extends TestCase { ]; } - /** - * @dataProvider dataExecuteCheck - */ + #[\PHPUnit\Framework\Attributes\DataProvider('dataExecuteCheck')] public function testExecuteCheck(string $operation, string $checkValue, string $actualValue, bool $expected): void { $this->request->expects($this->once()) ->method('getHeader') -- cgit v1.2.3