示例#1
0
 public function testReadable()
 {
     $file = new File('/etc/passwd');
     $this->assertTrue($file->isReadable());
 }