Skip to content

Commit d034524

Browse files
authored
Merge pull request #6121 from LibreSign/backport/6120/stable31
[stable31] test: add status and statusText fields to expected test output
2 parents 797aea5 + e7a825a commit d034524

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/php/Unit/Service/FileServiceTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,8 @@ function (self $self, FileService $service): void {
451451
],
452452
'crl_validation' => 'missing',
453453
'crl_urls' => [],
454+
'status' => 2,
455+
'statusText' => 'Signed',
454456
],
455457
],
456458
],

0 commit comments

Comments
 (0)