We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b9722 commit d8e48acCopy full SHA for d8e48ac
src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
@@ -420,7 +420,6 @@ public function testGetEnvDoesNotAutoCastNullWithDefaultEnvVarProcessor()
420
$container->compile();
421
422
$r = new \ReflectionMethod($container, 'getEnv');
423
- $r->setAccessible(true);
424
$this->assertNull($r->invoke($container, 'FOO'));
425
}
426
@@ -436,7 +435,6 @@ public function testGetEnvDoesNotAutoCastNullWithEnvVarProcessorsLocatorReturnin
436
435
437
438
439
440
441
442
0 commit comments