Closed miceno closed 1 year ago
Move docker files to a folder and add a tool to launch tests from the command line.
There are some tests that do not pass, one of them on rewrite module.
rewrite
In order to run on docker, try:
docker compose down export PHP_TARGET=base docker compose build php docker compose up -d sleep 10 ./auto-test.sh docker compose down
Move docker files to a folder and add a tool to launch tests from the command line.
There are some tests that do not pass, one of them on
rewrite
module.In order to run on docker, try: