mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Add parent::createApplication();
This commit is contained in:
parent
a6a6edfeaa
commit
1fb8f421a2
|
@ -11,6 +11,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||
|
||||
function __construct()
|
||||
{
|
||||
parent::createApplication();
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue