Changed the variable to virtualfilesystem from vendor
1 unresolved thread
Compare changes
@@ -50,9 +50,9 @@ class StagedProjectsValidatorTest extends AutomaticUpdatesKernelTestBase {
@@ -66,7 +66,7 @@ class StagedProjectsValidatorTest extends AutomaticUpdatesKernelTestBase {
I think
$stage
would be a good name instead of$virtualfilesystem
, as we are creating a stage directory here using vfsStream.I would suggest
$stage_dir
, for even more clarity.But
$stage_dir
is already a parameter of the method.Maybe we can use
$stage_vfs_dir
.changed this line in version 2 of the diff