Why the fuck not.

This commit is contained in:
snipe 2016-04-13 00:35:28 -07:00
parent 7083bb50ca
commit 1c6e4a74be

View file

@ -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.
*