mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-19 11:41:23 +08:00
Test for cover image
This commit is contained in:
@ -294,3 +294,4 @@ class EntityTest extends BrowserKitTest
|
||||
return '/uploads/images/' . $type . '/' . Date('Y-m-M') . '/' . $fileName;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ class ImageTest extends BrowserKitTest
|
||||
}
|
||||
|
||||
|
||||
public function test_image_upload()
|
||||
protected function test_image_upload()
|
||||
{
|
||||
$page = \BookStack\Page::first();
|
||||
$this->asAdmin();
|
||||
|
Reference in New Issue
Block a user