Skip to content

Commit

Permalink
chore: downgrade sintax
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 10, 2025
1 parent 4705c35 commit 10a1489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Unit/Service/FileServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 10a1489

Please sign in to comment.