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
e59d19865d
commit
79073e5f1a
|
@ -7,13 +7,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
//protected $baseUrl = 'http://snipe-it5.dev:8888';
|
|
||||||
function __construct()
|
|
||||||
{
|
|
||||||
parent::createApplication();
|
|
||||||
parent::setUp();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the application.
|
* Creates the application.
|
||||||
|
@ -30,7 +23,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
$this->app['artisan']->call('migrate');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function tearDown()
|
public function tearDown()
|
||||||
|
|
Loading…
Reference in a new issue