Commit 5e11413
committed
fix: use real FileUploadHelper instance in tests instead of mock
- Changed property type from FileUploadHelper&MockObject to FileUploadHelper
- Use \OCP\Server::get(FileUploadHelper::class) to get real instance
- Fixes 'File is too big' test that requires actual validation logic
- All 105 FileServiceTest tests now passing
Signed-off-by: Vitor Mattos <[email protected]>1 parent a16c8ff commit 5e11413
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments