コード例 #1
0
 function let()
 {
     VfsStream::setup('root_dir', null, ['foo.txt' => 'foobar']);
     $this->beConstructedWith(VfsStream::url('root_dir'));
 }
コード例 #2
0
 protected function create_virtual_filesystem($structure = [])
 {
     VfsStream::setup('root_dir', null, $structure);
     config(['content.root' => VfsStream::url('root_dir')]);
 }