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.
ReflectionProperty::setAccessible()
1 parent 7abed48 commit 35d0549Copy full SHA for 35d0549
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