To be able to run tests within the suite, we should also run a `Build/Scripts/runTests.sh -s composerInstall" after a git clone.
This then allows to run Build/Scripts/runTests.sh on the host (maybe even "accidentally" within ddev it might work)
And maybe a ddev runtests ... wrapper could be nice, so that people can run unit/func/e2e tests easily?
To be able to run tests within the suite, we should also run a `Build/Scripts/runTests.sh -s composerInstall" after a git clone.
This then allows to run
Build/Scripts/runTests.shon the host (maybe even "accidentally" within ddev it might work)And maybe a
ddev runtests ...wrapper could be nice, so that people can run unit/func/e2e tests easily?