Changed the variable to virtualfilesystem from vendor
1 unresolved thread
Closes #3275075 Made changes in the variablename
Merge request reports
Activity
50 50 // If we are testing a fixture with existing stage directory then we 51 51 // need to use a virtual file system directory, so we can create a 52 52 // subdirectory using the stage ID after it is created below. 53 $vendor = vfsStream::newDirectory('au_stage'); 54 $this->vfsRoot->addChild($vendor); 55 TestStage::$stagingRoot = $vendor->url(); 53 $virtualfilesystem = vfsStream::newDirectory('au_stage'); I think
$stage
would be a good name instead of$virtualfilesystem
, as we are creating a stage directory here using vfsStream.Edited by Kunal SachdevBut
$stage_dir
is already a parameter of the method.Edited by Kunal Sachdevchanged this line in version 2 of the diff
added 1 commit
- 010ef300 - made requested changes of changing the variable name to
added 9 commits
-
010ef300...ac77eea9 - 7 commits from branch
project:8.x-2.x
- 50bfb151 - Changed the variable to virtualfilesystem from vendor
- c99056c4 - made requested changes of changing the variable name to
-
010ef300...ac77eea9 - 7 commits from branch
Please register or sign in to reply