mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove constructor
This commit is contained in:
parent
f7d1415e33
commit
cf0a2051b0
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue