Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmajkl committed Aug 31, 2022
1 parent 0265434 commit f654c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lemon/Testing/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class TestCase extends BaseTestCase
{
protected Application $application;

public function setUp(): void
protected function setUp(): void
{
$this->application = $this->createApplication();
}
Expand Down

0 comments on commit f654c94

Please sign in to comment.