#47 - Fixes the issues with the test case.
This commit is contained in:
		
							parent
							
								
									7d02f77e67
								
							
						
					
					
						commit
						574ee820a9
					
				| 
						 | 
					@ -706,8 +706,10 @@ class RolesTest extends BrowserKitTest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $this->json('POST', $url, $request);
 | 
					        $this->json('POST', $url, $request);
 | 
				
			||||||
        $resp = $this->decodeResponseJson();
 | 
					        $resp = $this->decodeResponseJson();
 | 
				
			||||||
 | 
					        if (isset($resp['comment'])) {
 | 
				
			||||||
            return $resp['comment'];
 | 
					            return $resp['comment'];
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        return null;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private function updateComment($page, $commentId) {
 | 
					    private function updateComment($page, $commentId) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue