namespaces refactoring part 3

This commit is contained in:
Peter Papp
2021-07-19 13:40:26 +02:00
parent 54dc57fcbf
commit 29d1b68dd5
26 changed files with 126 additions and 65 deletions

View File

@@ -335,7 +335,7 @@ class VisitorManipulatingTest extends TestCase
'filename' => $file->name,
'file' => $file,
'folder_id' => $folder->id,
'is_last' => true,
'is_last' => 'true',
])->assertStatus(201);
}
@@ -345,7 +345,7 @@ class VisitorManipulatingTest extends TestCase
'filename' => $file->name,
'file' => $file,
'folder_id' => $folder->id,
'is_last' => true,
'is_last' => 'true',
])->assertStatus(201);
}