Gintautas Miselis

Results 169 comments of Gintautas Miselis

REST methods are more flexible in that regard, they send `$parameters` parameter as-is if it isn't an array.

You are welcome to make a pull request, though now isn't the best time for it. Unless you want to make it straight to https://github.com/Codeception/lib-innerbrowser/ which will be released with...

@exteon Did you get it working and do you still care? It will no longer be possible to use this PHPUnit option in Codeception 5, because Codeception 5 won't use...

> By default, the Symfony Yaml component only parses/generates standard- compliant YAML contents. Therefore, when using the stand-alone Yaml component, you must enable this feature explicitly with the Yaml::PARSE_CONSTANT flag:

I looked at [the source of Metadata class](https://github.com/Codeception/Codeception/blob/4.1/src/Codeception/Test/Metadata.php#L222-L254) and it seems that you can get array containing all annotations by using `$test->getMetadata()->getParam();` method, and value of specific annotation by passing...

[This code](https://github.com/Codeception/module-rest/blob/master/src/Codeception/Module/REST.php#L878) takes only the first error and uses in as assertion message. In order to show all errors, it is necessary to iterate all errors and generate one long...

This looks more like a feature request than a bug report. If you want to make it work, it is up to you to implement it. Also that suites.api.path setting...

So the root cause is that something prints ``. I don't think that it is Codeception fault.

I raised pull request to fix `headers already sent` warning. But it was a secondary error, you have problem with suite settings as well. You can find error message in...