Kévin Dunglas
Kévin Dunglas
@nicolas-grekas it's not necessary because we change the root directory (see also https://github.com/dunglas/frankenphp-demo/pull/28)
What problems did you have?
`jq` is not used intentionally because it is not available in the base Docker image, and we want to keep it as small as possible.
Don't hesitate to send docs PR, improving this is on my (long) todo list, but any help is welcome.
Could you please explain what it does? I'm not sure to get what the changes are.
@Kocal, I added Symfony 8 compatibility in https://github.com/symfony/panther/pull/682, but that would be great to merge your PR when it is green. I don't know exactly why @xabbuh downgraded PHPUnit.
Where do you download the binary from?
Thanks for your great library and for working on this!! The current patch makes my test suite crash with the following error: ``` SIGQUIT: quit PC=0x182ddd3cc m=0 sigcode=0 goroutine 0...
Thanks for the new patch. It mostly works, but there is still a remaining issue: It looks like timers created in synctest bubbles and timers created in normal context aren't...
Deadlock detection is still useful with synctest. The build tag approach disabling pools seems to be the best option!