From 9781c8ae8804d6603c8db61a65c4e853d80c702a Mon Sep 17 00:00:00 2001 From: Phan An Date: Fri, 17 Jan 2020 17:46:06 +0100 Subject: [PATCH] Apply fixes from StyleCI (#1173) --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index 0a7306fe..02cf1e09 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -12,6 +12,7 @@ abstract class TestCase extends BaseTestCase use DatabaseTransactions; use CreatesApplication; use InteractsWithIoc; + public function setUp(): void { parent::setUp();