|  | @@ -94,7 +94,7 @@ class ElementControllerTest extends FunctionalTest
 | 
	
		
			
			| 94 | 94 |        array(), 
 | 
	
		
			
			| 95 | 95 |        array('HTTP_X-Requested-With' => 'XMLHttpRequest')
 | 
	
		
			
			| 96 | 96 |      );
 | 
	
		
			
			| 97 |  | -    $this->outputDebug($this->client->getResponse()->getContent());
 | 
	
		
			
			|  | 97 | +    
 | 
	
		
			
			| 98 | 98 |      $this->isResponseSuccess();
 | 
	
		
			
			| 99 | 99 |      
 | 
	
		
			
			| 100 | 100 |      $response = json_decode($this->client->getResponse()->getContent(), true);
 | 
	
	
		
			
			|  | @@ -267,7 +267,6 @@ class ElementControllerTest extends FunctionalTest
 | 
	
		
			
			| 267 | 267 |        array('HTTP_X-Requested-With' => 'XMLHttpRequest')
 | 
	
		
			
			| 268 | 268 |      );
 | 
	
		
			
			| 269 | 269 |      
 | 
	
		
			
			| 270 |  | -    $this->outputDebug();
 | 
	
		
			
			| 271 | 270 |      $this->isResponseSuccess();
 | 
	
		
			
			| 272 | 271 |      
 | 
	
		
			
			| 273 | 272 |      $response = json_decode($this->client->getResponse()->getContent(), true);
 |