Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Aug 1, 2024
1 parent d4c10c4 commit dc1fa1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Feature/DocuWareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
$documentId = config('laravel-docuware.tests.document_id');

$url = (new DocuWare)
->url()
->url(
url: config('laravel-docuware.credentials.url'),
username: config('laravel-docuware.credentials.username'),
password: config('laravel-docuware.credentials.password'),
passphrase: config('laravel-docuware.credentials.passphrase'),
)
->fileCabinet($fileCabinetId)
->document($documentId)
->validUntil(now()->addMinute())
Expand Down

0 comments on commit dc1fa1d

Please sign in to comment.