diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-09-14 10:53:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-09-14 10:53:40 +0300 |
| commit | 78c903cb7f10ae2e3f1f7ed6af65d99a229d4e03 (patch) | |
| tree | 7269f05ab5361d5e71a4967c6f75348f1713ec18 /utils/phpunit.sh | |
| parent | 3619ee97c546cbc8dcb300c594b2d59e40043397 (diff) | |
fix Config::get_self_url() invoked from plugin context, better deal with multiple trailing slashes in URL, update phpunit image path
Diffstat (limited to 'utils/phpunit.sh')
| -rwxr-xr-x | utils/phpunit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |