Dieter Beck

Results 66 comments of Dieter Beck

Nowadays filters are documented here: https://codeception.com/docs/modules/REST#seeResponseMatchesJsonType @Naktibalda @TavoNiievez I guess this issue can be closed?

@Arhell Please let me know if there is anything to do in order to get this merged.

@Naktibalda @TavoNiievez Is there anything I can do to get this PR (and https://github.com/Codeception/module-rest/pull/101) merged?

@TavoNiievez Thank you for the fast reaction! Do you plan to tag a new version?

Seems like https://github.com/Codeception/module-rest/commit/29aa9270fafd54943708260ceea4336331dbff66 already implemented this feature request. It was released in version [1.4.0](https://github.com/Codeception/module-rest/releases/tag/1.4.0) @Naktibalda @TavoNiievez I guess this issue can be closed?

@prohalexey Does this PR fix https://github.com/doctrine/orm/issues/11341? Does it make sense to add the unit tests which are suggested in this issue?

@ivanflashacademy Which version of `symfony/browser-kit` is installed in your project? Version `5.0` or higher uses the `object` type. I assume you are currently using version `4.4` or lower?

> that way you can only pass the required parameters and use default values for the rest. With [named arguments](https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments) introduced in PHP 8.0 this should no longer be an...

[`grabHttpHeader()`](https://codeception.com/docs/modules/REST#grabHttpHeader) allows to grab a header by its name. AFAIK there is no method which allows to grab _all_ headers at once.

@Azuka I think it should be quite simple to add a method like `grabHttpHeaders()`. Do you want to create a PR?