We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6775d18 commit e197792Copy full SHA for e197792
tests/Routing/RoutesTest.php
@@ -530,7 +530,7 @@ public function xml_blade_template_will_not_change_content_type()
530
531
$response = $this
532
->get('/xml')
533
- ->assertHeader('Content-Type', 'text/html; charset=UTF-8');
+ ->assertHeader('Content-Type', 'text/html; charset=utf-8');
534
535
$this->assertEquals('<foo></foo>', $response->getContent());
536
}
0 commit comments