示例#1
0
文件: StackTest.php 项目: bolt/bolt
 protected function createFiles(array $paths)
 {
     foreach ($paths as $path) {
         $this->filesystem->put($path, '');
     }
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function save($file, $content)
 {
     $this->filesystem->put($file, $content);
 }