mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
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:
parent
5618b286e5
commit
595bf2d937
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue