Example #1
0
 protected function openDirectory(SUT $wrapper, array $children = [])
 {
     $wrapper->dir_opendir('hoa://Test/Vfs/Bar?type=directory', 0);
     foreach ($children as $child) {
         resolve('hoa://Test/Vfs/Bar/' . $child . '?type=file');
     }
     return $wrapper;
 }