mirror of
https://github.com/filegator/filegator.git
synced 2025-08-13 03:44:11 +02:00
fix
This commit is contained in:
@@ -361,7 +361,7 @@ class UploadTest extends TestCase
|
|||||||
{
|
{
|
||||||
$this->signIn('john@example.com', 'john123');
|
$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 = [
|
$data = [
|
||||||
'resumableChunkNumber' => 1,
|
'resumableChunkNumber' => 1,
|
||||||
|
Reference in New Issue
Block a user