diff --git a/tests/DependencyInjectionTest.php b/tests/DependencyInjectionTest.php index b0ae492..5784497 100644 --- a/tests/DependencyInjectionTest.php +++ b/tests/DependencyInjectionTest.php @@ -12,7 +12,7 @@ class DependencyInjectionTest extends TestCase { public function testCompiled(): void { - $container = DependencyInjection::getContainer(); + $container = DependencyInjection::getContainer('__VERSION__'); static::assertTrue($container->isCompiled()); static::assertNotEmpty($container->findTaggedServiceIds('console.command'));