From 78c903cb7f10ae2e3f1f7ed6af65d99a229d4e03 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 14 Sep 2024 10:53:40 +0300 Subject: fix Config::get_self_url() invoked from plugin context, better deal with multiple trailing slashes in URL, update phpunit image path --- utils/phpunit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/phpunit.sh b/utils/phpunit.sh index 8423798e4..e8f00d0f5 100755 --- a/utils/phpunit.sh +++ b/utils/phpunit.sh @@ -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 -- cgit v1.2.3-54-g00ecf