コード例 #1
0
ファイル: upload_test.php プロジェクト: VOLKERMORD/phpbb
 public function test_is_valid()
 {
     $upload = new \phpbb\files\upload($this->filesystem, $this->factory, $this->language, $this->php_ini, $this->request, $this->phpbb_root_path);
     $this->assertFalse($upload->is_valid('foobar'));
 }