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;
|
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();
|
$page = \BookStack\Page::first();
|
||||||
$this->asAdmin();
|
$this->asAdmin();
|
||||||
|
|
Loading…
Reference in New Issue