Skip to content

Commit

Permalink
Merge pull request #187 from RonasIT/185-сhange-setup-method-visibility
Browse files Browse the repository at this point in the history
#185: change setUp method visibility
  • Loading branch information
DenTray authored Jan 15, 2025
2 parents 9578ab0 + efd1e60 commit 508757e
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 508757e

Please sign in to comment.