Ejemplo n.º 1
0
 public function testSize()
 {
     $file = new File('/etc/passwd');
     $this->assertGreaterThan(4, $file->getSize());
 }