8000
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.
2 parents 85b9722 + d8e48ac commit 6283597Copy full SHA for 6283597
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