Skip to content

Conversation

@milwad-dev
Copy link
Contributor

@milwad-dev milwad-dev commented Aug 8, 2024

#52321

I've added tests for withoutHeaders and withHeaders.

Before:
$this->withoutHeader('name')->withoutHeader('foo')->from('previous/url');

After: 
$this->withoutHeaders(['name', 'foo'])->from('previous/url');

@taylorotwell taylorotwell merged commit 6ce800f into laravel:11.x Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants