示例#1
0
 public function testFileChmodExistingFile()
 {
     $file = $this->filename;
     $this->assertTrue(File::chmod($file, '0755'));
 }