Example #1
0
 public function testGetOwnerId()
 {
     $file = new File('/etc/passwd');
     $this->assertSame(0, $file->getOwnerId());
 }