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(); }