|  | @@ -100,7 +100,8 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 100 | 100 |   | 
                                                                                                            
                                                            | 101 | 101 |  		$this->helper->expects($this->any()) | 
                                                                                                            
                                                            | 102 | 102 |  			->method('render') | 
                                                                                                            
                                                            | 103 |  | -			->willReturnCallback(function ($template_file, $page_title = '', $status_code = 200, $display_online_list = false) { | 
                                                                                                            
                                                            |  | 103 | +			->willReturnCallback(function ($template_file, $page_title = '', $status_code = 200, $display_online_list = false) | 
                                                                                                            
                                                            |  | 104 | +			{ | 
                                                                                                            
                                                            | 104 | 105 |  				return new \Symfony\Component\HttpFoundation\Response($template_file, $status_code); | 
                                                                                                            
                                                            | 105 | 106 |  		}); | 
                                                                                                            
                                                            | 106 | 107 |  		$this->helper | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.