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>
This commit is contained in:
Vitor Mattos 2025-12-15 16:06:04 -03:00
parent 5618b286e5
commit 595bf2d937
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A

View file

@ -50,9 +50,9 @@ path = [
"src/types/openapi/openapi.ts", "src/types/openapi/openapi.ts",
"tests/php/Unit/Handler/mock/cert.json", "tests/php/Unit/Handler/mock/cert.json",
"tests/php/fixtures/cfssl/newcert-with-success.json", "tests/php/fixtures/cfssl/newcert-with-success.json",
"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",
"tests/integration/composer.json", "tests/integration/composer.json",
"tests/integration/composer.lock", "tests/integration/composer.lock",
"tests/integration/features/**/*.feature", "tests/integration/features/**/*.feature",