mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
More poking and hoping
This commit is contained in:
parent
62b3653e7c
commit
eaa02ef7d3
|
@ -11,8 +11,9 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||
function __construct()
|
||||
{
|
||||
parent::setUp();
|
||||
parent::createApplication();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
@ -28,7 +29,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
//Artisan::call('migrate');
|
||||
$this->app['artisan']->call('migrate');
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
|
|
Loading…
Reference in a new issue