Baptiste Lafontaine
Baptiste Lafontaine
Hi, When starting to use the groups, I needed to load all fixtures BUT not the one I've put in a group (that are specific fixtures that are used for...
It helps user to define their own model describer by adding the tag automatically.
I've encountered a class hierarchy where there was an interface. The ObjectModelDescriber already behave well with interface but the `class_exists` prevent it from being used with interface. Not sure if...
Hey, Working on #1965 I'm bitten on the php test failing on PHP 7.2. The oldest php version is 7.4 (for 7 months). We still have some BC compatibility for...
Hey, I'm interested in customizing some [parameters of swagger ui](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md). I mainly want to hide the models by default (`defaultModelExpandDepth`). Can we add some config that will be passed to...
Hi, The doc for 2.x states: > The Bundle will not automatically create your schema for you unless you use SQLite or use doctrine/orm < 2.6. But a few lines...
**Is your feature request related to a problem? Please describe.** I'm "mocking" some services when using the test client. It's something like that: ``` $client = $this->getClient(); $clientMock = $this->getMockBuilder(Client::class)...
Some suggested package, such as `doctrine-fixtures-bundle` requires a specific version to work (for fixtures it's 3.0), but because they are only `suggested` dependencies, no check are done on the version....
Hello, I wanted to give pyplanet a try, so I was super happy that the documentation was mentioning install as binary. Sadly it doesn't seems that it's available on github...