Ejemplo n.º 1
0
 public function testContentType()
 {
     $jr = new JsonResponse('');
     $this->assertSame('application/json', $jr->getContentType());
 }