Codeception / Codeception/lib-innerbrowser
Dump the Request object on `--debug` or `-vvv`
未关闭
enhancement
- 主要语言
- PHP
- 星标
- 87
- 派生
- 20
- PR 合并指标
- 30 天内没有已合并 PR
描述
Codeception's console output (see https://github.com/Codeception/Codeception/issues/5977#issuecomment-694696510 for some examples) is misleading in that it suggests that there's an actual HTTP request being made, while in fact it's just a Symfony BrowserKit Request object that is passed to the framework's (front-)controller.
The actual content of this Request object isn't shown anywhere. I used `var_dump()` in my controller (!) for debugging.
So I'm suggesting to dump the Request object into the console if Codeception is called with the `--debug` or `-vvv` flag.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。