コード例 #1
0
ファイル: FileDownloadsTest.php プロジェクト: undera/pwe
 public function test_zip_filter()
 {
     $this->assertTrue(FileDownloads::filter_out_cnt("test.zip"));
     $this->assertFalse(FileDownloads::filter_out_cnt("test.zip.cnt"));
 }