Example #1
0
 public function downloadFile($fileObject)
 {
     $dController = new Download();
     return $dController->getFile($fileObject);
 }
Example #2
0
 public function testFilenameRestrictionswithIllegalChars()
 {
     $enc = new Download("composer.json");
     $delete = $enc->checkNameForIlegal("ä8g09ßa€đ¶ŋ\\ŋ ^_@012931230789278902870270892079850987235789ßz23hun ipgh0 hu5uw hb    <<<>>>><<||||´`ß");
     $this->assertTrue(TRUE, $delete);
 }