From 1fb8f421a2faf720a9b26fcceddb7188b436a875 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 12 Apr 2016 22:00:21 -0700 Subject: [PATCH] Add parent::createApplication(); --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index 59781a1eec..9d756e3c25 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -11,6 +11,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase function __construct() { + parent::createApplication(); parent::setUp(); }