Matthieu Lempereur
Matthieu Lempereur
Hi, Command `make:factory` create Factory with default Faker method according to field type, like `self::faker()->text()` for a `string` field What would you think about use `limit` property of fields and...
Hi, PHPUnit doesn't seem to use links based on `phpunit.readthedocs.io/en/stable` anymore, which cause several broken links on [this page](https://symfony.com/doc/current/testing.html) (and maybe others). For example, the link under "Writing Tests for...
Related to issue #286 I think this will require new tests, and maybe adapting existing ones, but I haven't managed to run them locally yet. Still working on how to...
When using `make:factory --all-fields` Foundry generate default values for all fields according to their type. WDYT about adding `optional()` method from Faker by default for those values ? For example...
Doctrine supports PHP native Enums for a while but i didn't find anything in the docs about it I'm note sure about version to target. Enums are available from PHP...
Maybe I missed a particular reason to separate attribute and yaml/xml/php configuration. While reading it I found it a bit redundant.
Related to #1225 @tacman Do you think this could fix your issue ? I've made the change only on scope related to `make:entity` for now, but i guess it can...
I give a try for #19433 I don't know enough about recipes maybe someone can help me with this part ?
On the Testing page we have a [list of assertions](https://symfony.com/doc/current/testing.html#testing-the-response-assertions) proposed by Symfony. I have the impression that the current format isn't the most readable : the difference between explanations...