Closed cjhaas closed 6 years ago
Noting here for future reference. This happens because we are lazy-loading the VFS. The fix is to call $this->get_vfs_root() which calls vfsStream::setup()
$this->get_vfs_root()
vfsStream::setup()
Noting here for future reference. This happens because we are lazy-loading the VFS. The fix is to call
$this->get_vfs_root()
which callsvfsStream::setup()