Example #1
0
 public function testGetTime()
 {
     $file = new File(new Fieldset());
     $this->assertTrue($file->getTime() >= 0 && is_numeric($file->getTime()));
 }