Added drawing endpoint tests

Also refactored ImageTests away from BrowserKit
Also added image upload type validation.
This commit is contained in:
Dan Brown
2018-01-28 13:18:28 +00:00
parent 9bbef3a3dd
commit 88d09a2a3b
7 changed files with 119 additions and 28 deletions

View File

@ -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;