fix Config::get_self_url() invoked from plugin context, better deal with multiple trailing slashes in URL, update phpunit image path

This commit is contained in:
Andrew Dolgov
2024-09-14 10:53:40 +03:00
parent 3619ee97c5
commit 78c903cb7f
3 changed files with 15 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
docker run --rm -v $(pwd):/app \
--workdir /app registry.fakecake.org/infra/php8.3-alpine:3.19 \
--workdir /app registry.fakecake.org/infra/php-fpm8.3-alpine3.19:latest \
php83 -d memory_limit=-1 ./vendor/bin/phpunit --exclude integration