diff options
Diffstat (limited to 'utils/phpunit.sh')
| -rwxr-xr-x | utils/phpunit.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/phpunit.sh b/utils/phpunit.sh deleted file mode 100755 index 667ff92f5..000000000 --- a/utils/phpunit.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -export PHP_IMAGE=registry.fakecake.org/infra/php8.3-alpine3.20 - -docker run --rm -v $(pwd):/app \ - --workdir /app ${PHP_IMAGE} \ - php83 -d memory_limit=-1 ./vendor/bin/phpunit --exclude integration |