mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
ZIP Imports: Added high level import run tests
This commit is contained in:
@ -21,7 +21,7 @@ class ImportFactory extends Factory
|
||||
public function definition(): array
|
||||
{
|
||||
return [
|
||||
'path' => 'uploads/imports/' . Str::random(10) . '.zip',
|
||||
'path' => 'uploads/files/imports/' . Str::random(10) . '.zip',
|
||||
'name' => $this->faker->words(3, true),
|
||||
'type' => 'book',
|
||||
'metadata' => '{"name": "My book"}',
|
||||
|
Reference in New Issue
Block a user