mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Why the fuck not.
This commit is contained in:
parent
7083bb50ca
commit
1c6e4a74be
|
@ -8,7 +8,11 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||
* @var string
|
||||
*/
|
||||
//protected $baseUrl = 'http://snipe-it5.dev:8888';
|
||||
|
||||
function __construct()
|
||||
{
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue