Fabien BERNE
Fabien BERNE
Hello ! I know it has been a while and sadly this issue never received any comment, so here I am ! I am encountering the same issue right now....
> Hi! > > global state + dama + `ResetDatabase` trait is quite a complex problem sometimes. > > I'm wondering if this is not the same problem than here:...
> > I have not tried to run tests without migrate because I don't think it is useful since Foundry uses DAMA if you are in migrate mode. It may...
> Maybe this part of the docs needs a reword: dama improves performance in both reset modes, since you only have to reset your db once. But it might improve...
Hello ! Thanks for your quick answer 😄 > I don't fully understand what you're trying to achieve: without Doctrine, the objects which are created in a story are not...
> So I guess https://github.com/zenstruck/foundry/pull/580 does what you need? Well I guess this PR does the job indeed 😄 I wonder if it wouldn't have been cleaner to check if...
Of course, I will try to do it asap 🙂
Alright finally had the time to check into it, and it might sound stupid, but I'm having some trouble validating my pull request. I did follow the steps explained by...
Alright, I found out that the `composer.json` file generated by the Symfony PHPUnit Bridge was using the 4.6 version of `nikic/php-parser` because of the `SYMFONY_PHPUNIT_REQUIRE` variable defined in the `phpunit.xml.dist`...
Hi ! Yes sadly I am on Windows 😄 I didn't think about running only the `WriteListenerTest` since I wanted to be sure that everything is running but hey I...