Add parent::createApplication();

This commit is contained in:
snipe 2016-04-12 22:00:21 -07:00
parent a6a6edfeaa
commit 1fb8f421a2

View file

@ -11,6 +11,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
function __construct()
{
parent::createApplication();
parent::setUp();
}