Skip to content

Commit

Permalink
Add test Referer header
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Jul 16, 2023
1 parent 926fdf0 commit 44964ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/RequestHeadersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'one var' => [['Foo' => 'bar']],
'two vars' => [['Foo' => 'bar', 'Key' => 'Hello Adapterman']],
'numerically index' => [['this', 'is', 'an', 'array']],
'referer' => [['Referer' => 'Testing/1']],
'key start with X' => [['X-Powered-By' => 'Adapterman']],
]);

Expand Down

0 comments on commit 44964ea

Please sign in to comment.