From 595bf2d937b017e283f459e04aacd71a81d5d454 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:06:04 -0300 Subject: [PATCH] chore: update PDF paths in REUSE.toml Update paths to reflect new organization in pdfs/ subdirectory: - tests/php/fixtures/real_jsignpdf_level1.pdf -> tests/php/fixtures/pdfs/real_jsignpdf_level1.pdf - tests/php/fixtures/small_valid-signed.pdf -> tests/php/fixtures/pdfs/small_valid-signed.pdf - tests/php/fixtures/small_valid.pdf -> tests/php/fixtures/pdfs/small_valid.pdf Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- REUSE.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 4e7bea0c1..0b6ae4a1e 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -50,9 +50,9 @@ path = [ "src/types/openapi/openapi.ts", "tests/php/Unit/Handler/mock/cert.json", "tests/php/fixtures/cfssl/newcert-with-success.json", - "tests/php/fixtures/real_jsignpdf_level1.pdf", - "tests/php/fixtures/small_valid-signed.pdf", - "tests/php/fixtures/small_valid.pdf", + "tests/php/fixtures/pdfs/real_jsignpdf_level1.pdf", + "tests/php/fixtures/pdfs/small_valid-signed.pdf", + "tests/php/fixtures/pdfs/small_valid.pdf", "tests/integration/composer.json", "tests/integration/composer.lock", "tests/integration/features/**/*.feature",