Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/UnitTest/ServiceLocator/ServiceLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace DI\Test\UnitTest;

use DI\Container;
use DI\ContainerBuilder;
use DI\ServiceLocator;
use DI\Test\UnitTest\Fixtures\Singleton;
Expand All @@ -16,6 +17,8 @@
*/
class ServiceLocatorTest extends TestCase
{
private ?Container $container;

public function setUp(): void
{
$containerBuilder = new ContainerBuilder();
Expand Down