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