mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-27 02:33:43 +08:00
Test for cover image
This commit is contained in:
parent
39b924f158
commit
3d808ac75f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user