I cannot run my PHP tests anymore since the update to v3.4.10.
When starting a test, the circle next to the test name keeps spinning, but nothing happens and there is no log output. There is also no way to cancel the test once started (cancel requests are ignored).
I have my PHP instance including PHPUnit running inside a Docker container, and I initiate the test using a Powershell script (a workaround since the arguments were not properly passed, if I directly used docker compose exec ... as command) .
I cannot run my PHP tests anymore since the update to v3.4.10.
When starting a test, the circle next to the test name keeps spinning, but nothing happens and there is no log output. There is also no way to cancel the test once started (cancel requests are ignored).
I have my PHP instance including PHPUnit running inside a Docker container, and I initiate the test using a Powershell script (a workaround since the arguments were not properly passed, if I directly used
docker compose exec ...
as command) .This is my configuration:
This is the powershell script
.\docker\phpunit_docker.ps1
:Up to v.3.4.9, this approach worked absolutely fine.