Remove constructor

This commit is contained in:
snipe 2016-04-12 22:53:38 -07:00
parent f7d1415e33
commit cf0a2051b0

View file

@ -9,12 +9,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
*/
protected $baseUrl = 'http://snipe-it5.dev:8888';
function __construct()
{
parent::createApplication();
parent::setUp();
}
/**
* Creates the application.
*