Skip to content

Commit e197792

Browse files
committed
missed one
1 parent 6775d18 commit e197792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Routing/RoutesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ public function xml_blade_template_will_not_change_content_type()
530530

531531
$response = $this
532532
->get('/xml')
533-
->assertHeader('Content-Type', 'text/html; charset=UTF-8');
533+
->assertHeader('Content-Type', 'text/html; charset=utf-8');
534534

535535
$this->assertEquals('<foo></foo>', $response->getContent());
536536
}

0 commit comments

Comments
 (0)