예제 #1
0
파일: FileTest.php 프로젝트: nirnanaaa/xlix
 public function testFilenameRestrictionswithIllegalChars()
 {
     $enc = new Download("composer.json");
     $delete = $enc->checkNameForIlegal("ä8g09ßa€đ¶ŋ\\ŋ ^_@012931230789278902870270892079850987235789ßz23hun ipgh0 hu5uw hb    <<<>>>><<||||´`ß");
     $this->assertTrue(TRUE, $delete);
 }