getDownloadHandler() public method

public getDownloadHandler ( ) : DownloadHandler
return DownloadHandler
Ejemplo n.º 1
0
 public function assertDownloadsFile($file)
 {
     $this->assertEquals($file, $this->frontController->getDownloadHandler()->getFileName());
 }