Test for cover image
This commit is contained in:
parent
39b924f158
commit
3d808ac75f
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue