Skip to content
Snippets Groups Projects

Changed the variable to virtualfilesystem from vendor

1 unresolved thread

Closes #3275075 Made changes in the variablename

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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');
  • added 1 commit

    • 010ef300 - made requested changes of changing the variable name to

    Compare with previous version

  • Adam G-H added 9 commits

    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

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading