From f654c942f91efa540008fbe7707ded868efb8755 Mon Sep 17 00:00:00 2001 From: TENMAJKL Date: Wed, 31 Aug 2022 11:05:05 +0200 Subject: [PATCH] fix --- src/Lemon/Testing/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lemon/Testing/TestCase.php b/src/Lemon/Testing/TestCase.php index dc726f4d..9f04eaa1 100644 --- a/src/Lemon/Testing/TestCase.php +++ b/src/Lemon/Testing/TestCase.php @@ -17,7 +17,7 @@ abstract class TestCase extends BaseTestCase { protected Application $application; - public function setUp(): void + protected function setUp(): void { $this->application = $this->createApplication(); }