Skip to content

Commit

Permalink
refactor: set setUp() method modifier protected on tests (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jan 10, 2025
1 parent 8e2a4c2 commit 52f7ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ManagerTest extends TestCase
{
protected $container;

public function setUp(): void
protected function setUp(): void
{
$this->container = new Container();
$this->container->bindSingleton(LoaderInterface::class, ViewLoader::class);
Expand Down

0 comments on commit 52f7ec0

Please sign in to comment.