From 532aebe19aa358a78376b858854b6b795c584be5 Mon Sep 17 00:00:00 2001 From: wangjian <1636801376@qq.com> Date: Tue, 4 Sep 2018 14:11:09 +0800 Subject: [PATCH] fix --- src/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TestCase.php b/src/TestCase.php index f3cf8ec5..cada0215 100644 --- a/src/TestCase.php +++ b/src/TestCase.php @@ -34,6 +34,7 @@ class TestCase extends WebTestCase public function setUp() { $this->app = $this->createApplication(); + parent::setUp(); } /**