Nicolas PHILIPPE

Results 319 comments of Nicolas PHILIPPE

hi @zolex this is surprising, since this really sounds not related to this package. But if you're 100% sure the problem occurs when **only** this package is updated, it surely...

Hi @tomasnorre Yeah this sounds like a bug!

yes, PR welcome, thanks! I think there are two problems: ### `--test` flag seem to not be propagated We're calling [here](https://github.com/zenstruck/foundry/blob/2.x/src/Maker/Factory/AbstractDefaultPropertyGuesser.php#L33) `FactoryGenerator::generateFactory()` with another `MakeFactoryQuery`. There must be an error...

The tests are passing on branch `2.x` have a look into the readme for some insights in order to contribute. Using docker for the database helps a lot :) For...

usually, I have this `.env.local` in my local repo, so that the tests are faster: ```env MONGO_URL="" # disable mongo related tests PHPUNIT_VERSION="11" # enable phpunit 11 USE_DAMA_DOCTRINE_TEST_BUNDLE="1" # enable...

yeah it seems that the problem comes from the last symfony/maker version released yesterday, some changes around php-cs-fixer seem to have been made... please run `composer u symfony/maker-bundle:1.61.0` and it...

Hi @stetodd indeed, you're right. Maybe you'd like to provide a PR for this?

Hi, do you modify the post in your functional test with browser?

what happens if you do this? ```php $comment->_withoutAutoRefresh(function (Post $post) { $comment->setContent('content'); }); $comment->_save(); ```

I don't get the difference between the last working version and the failing one?