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 2eba7a8 commit 99eedabCopy full SHA for 99eedab
tests/FilesystemManagerStateTest.php
@@ -16,6 +16,7 @@ public function test_filesystem_manager_has_fresh_application_instance()
16
]);
17
18
$filesystemManagerApplication = new ReflectionProperty($app['filesystem'], 'app');
19
+ $filesystemManagerApplication->setAccessible(true);
20
21
$app['router']->get('/first', function (Application $app) use ($filesystemManagerApplication) {
22
return spl_object_hash($filesystemManagerApplication->getValue($app['filesystem']));
0 commit comments