Skip to content

Commit

Permalink
#185: change setUp method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyrton committed Jan 15, 2025
1 parent 9578ab0 commit efd1e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class TestCase extends BaseTest
protected static string $startedTestSuite = '';
protected static bool $isWrappedIntoTransaction = true;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit efd1e60

Please sign in to comment.