Ejemplo n.º 1
0
 /**
  * @expectedException RuntimeException
  */
 public function testSetGroupId()
 {
     $file = new TempFile();
     $file->setGroupId(0);
 }