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