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