Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Adds TestResponse::dd #39359

Merged
merged 1 commit into from
Oct 26, 2021
Merged

[8.x] Adds TestResponse::dd #39359

merged 1 commit into from
Oct 26, 2021

Conversation

nunomaduro
Copy link
Member

This pull request revives (#36378) by proposing the addition of TestResponse::dd, TestResponse::ddHeaders, and TestResponse::ddSession to the base TestResponse::class in Laravel.

In short, it's like TestResponse::dump, TestResponse::dumpHeaders, and TestResponse::dumpSession, but on don't have to filter by the test name to actually see the stuff you need on the terminal.

Before:

Screenshot 2021-10-25 at 22 21 42

After:

Screenshot 2021-10-25 at 22 21 59

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