mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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
|
* @var string
|
||||||
*/
|
*/
|
||||||
//protected $baseUrl = 'http://snipe-it5.dev:8888';
|
//protected $baseUrl = 'http://snipe-it5.dev:8888';
|
||||||
|
function __construct()
|
||||||
|
{
|
||||||
|
parent::setUp();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the application.
|
* Creates the application.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue