From 10a1489c1e2ea41b424ffb62c652817c4adc88ab Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 9 Jan 2025 22:21:54 -0300 Subject: [PATCH] chore: downgrade sintax Signed-off-by: Vitor Mattos --- tests/Unit/Service/FileServiceTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Unit/Service/FileServiceTest.php b/tests/Unit/Service/FileServiceTest.php index 70a4ea79b..6d1e0036f 100644 --- a/tests/Unit/Service/FileServiceTest.php +++ b/tests/Unit/Service/FileServiceTest.php @@ -139,7 +139,9 @@ private function getService(): FileService { ); } - #[DataProvider('dataToArray')] + /** + * @dataProvider dataToArray + */ public function testToArray(callable $arguments, array $expected): void { if (shell_exec('which pdfsig') === null) { $this->markTestSkipped();