Open tgaertner opened 1 year ago
Are you able to adjust the CLI tests to haven an error which your change fixes? I tried myself with a custom site base URL but that didn't work reliably ...
A little readme in the project how to setup the test environment would be helpful. I started the docker compose environment and run into a php version mismatch.
Sadly I was still not able to execute the tests locally . Build is crashing because phpstan is complaining.
Running "docker compose run --rm app composer test" crashes with an connection error. Sorry I'm not too deep into docker compose.
BTW. on my Linux host the command has to be "docker compose" (without the minus)
You can use both the standalone (Python) as well as embedded (Go) version of Docker Compose. Which actually works fine everywhere, see e.g. the CI here. :thinking:
Nice catch, we did basically drop the site
base
path (general and languages) here. :+1: