mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 20:51:57 +08:00
Added drawing endpoint tests
Also refactored ImageTests away from BrowserKit Also added image upload type validation.
This commit is contained in:
@ -13,13 +13,6 @@ abstract class BrowserKitTest extends TestCase
|
||||
|
||||
use DatabaseTransactions;
|
||||
|
||||
/**
|
||||
* The base URL to use while testing the application.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $baseUrl = 'http://localhost';
|
||||
|
||||
// Local user instances
|
||||
private $admin;
|
||||
private $editor;
|
||||
|
Reference in New Issue
Block a user