Grégoire Paris

Results 254 comments of Grégoire Paris

I fixed the CI issue, so all is left to do is write the tests :) > The command was previously interrupting in non-interactive mode. What do you mean? Can...

Why not install the bundle but disable it in `bundles.php` instead?

@adrienbrault : This P.R. contains many different things. Maybe splitting it would make it easier to merge?

~~Shouldn't you be using this value somewhere, like maybe in #32 ?~~ [Apparently it should be enough indeed](https://github.com/Behat/WebApiExtension/issues/18#issuecomment-67314405)

Hum… why port 8000 ? I do not understand what you are trying to do…

This what I did, and then I got errors because guzzle was checking the server certificate.

@eddiejaoude : I saw that, but it doesn't help because `$config` is being validated in the method above `load()`, and as you can see, for the moment, only `base_url` is...

@stof : I made #32 to solve the particular ssl problem, that must be quite common.

@Fr3nzzy: yes, but if it were optional, this wouldn't be a problem, would it?

@alexander-schranz I think a platform option would be more appropriate. See for instance https://github.com/doctrine/dbal/blob/2aec3f8da5f601462162d9b90d013554b240292b/src/Platforms/PostgreSQLPlatform.php#L1217-L1224 > Seems like this was changed in #2825 but I'm not understanding why not let MariaDB...