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

Shouldn't the post parameters be displayed in the request section ? #79

Open
aaa2000 opened this issue Oct 9, 2023 · 0 comments
Open

Comments

@aaa2000
Copy link

aaa2000 commented Oct 9, 2023

M6Web\Bundle\LogBridgeBundle\Tests\Units\Formatter\DefaultFormatter::testPostProvider(): displays

Request
------------------------
------------------------
Response
------------------------
HTTP 1.0 200
Age:           0
Etag:          
Vary:          
Cache-Control: no-cache, private
Date:          Mon, 09 Oct 2023 21:11:45 GMT
Post parameters
 ├ postVar1 : value un
 ├ postVar2 : value 2
 └ programs : Array
   ├ id : 42
   └ title : Non mais Allo quoi
   

I expected it to appear like this

Request
------------------------
Post parameters
 ├ postVar1 : value un
 ├ postVar2 : value 2
 └ programs : Array
   ├ id : 42
   └ title : Non mais Allo quoi
------------------------
Response
------------------------
HTTP 1.0 200
Age:           0
Etag:          
Vary:          
Cache-Control: no-cache, private
Date:          Mon, 09 Oct 2023 21:13:07 GMT
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

No branches or pull requests

1 participant