Ejemplo n.º 1
0
 public function testSetAndGetGroupId()
 {
     $file = new TempFile();
     $groupId = $file->getGroupId();
     $file->setGroupId($groupId);
 }