feat: try fix ci/cd
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
it('serves local identity documents from a dedicated URL', function () {
|
||||
$identityDocumentsUrl = (string) config('filesystems.disks.identity_documents.url');
|
||||
|
||||
expect(parse_url($identityDocumentsUrl, PHP_URL_PATH))
|
||||
->toBe('/identity-documents')
|
||||
->and(route('storage.identity_documents', [
|
||||
'path' => 'submissions/example.jpg',
|
||||
], false))
|
||||
->toBe('/identity-documents/submissions/example.jpg');
|
||||
});
|
||||
Reference in New Issue
Block a user