コード例 #1
0
ファイル: ControllerTest.php プロジェクト: Romua1d/core
 public function testGetUploadedFile()
 {
     $this->assertEquals('filevalue', $this->controller->getUploadedFile('file'));
 }