mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 00:34:02 +02:00
fix
This commit is contained in:
@@ -361,7 +361,7 @@ class UploadTest extends TestCase
|
||||
{
|
||||
$this->signIn('john@example.com', 'john123');
|
||||
|
||||
$files = ['file' => new UploadedFile(TEST_FILE, 'ąčęėįšųū.txt', 'text/plain', null, true)];
|
||||
$files = ['file' => new UploadedFile(TEST_FILE, '断及服务层流.txt', 'text/plain', null, true)];
|
||||
|
||||
$data = [
|
||||
'resumableChunkNumber' => 1,
|
||||
|
Reference in New Issue
Block a user