Skip to content

Commit ff9c387

Browse files
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>
1 parent 1841bd8 commit ff9c387

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

REUSE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ path = [
5050
"src/types/openapi/openapi.ts",
5151
"tests/php/Unit/Handler/mock/cert.json",
5252
"tests/php/fixtures/cfssl/newcert-with-success.json",
53-
"tests/php/fixtures/real_jsignpdf_level1.pdf",
54-
"tests/php/fixtures/small_valid-signed.pdf",
55-
"tests/php/fixtures/small_valid.pdf",
53+
"tests/php/fixtures/pdfs/real_jsignpdf_level1.pdf",
54+
"tests/php/fixtures/pdfs/small_valid-signed.pdf",
55+
"tests/php/fixtures/pdfs/small_valid.pdf",
5656
"tests/integration/composer.json",
5757
"tests/integration/composer.lock",
5858
"tests/integration/features/**/*.feature",

0 commit comments

Comments
 (0)