diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-11 16:30:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 16:30:42 -0500 |
| commit | 5fb013d268c65f16a535ecc924f1480f07b4f011 (patch) | |
| tree | 5fb6d8efebb4b664c59180f61e975289bbab9388 /utils/phpunit-integration.sh | |
| parent | 73e6ade27f9751d3892693be9e11946462e10ed5 (diff) | |
| parent | 7ad6c3ec641d0b89d072dc9b32202aebb8ecaf8d (diff) | |
Merge pull request #40 from tt-rss/project-cleanup
Project cleanup, PHPUnit config tweaks
Diffstat (limited to 'utils/phpunit-integration.sh')
| -rwxr-xr-x | utils/phpunit-integration.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/phpunit-integration.sh b/utils/phpunit-integration.sh deleted file mode 100755 index 7ce458cf8..000000000 --- a/utils/phpunit-integration.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 -e API_URL=${API_URL} \ - --workdir /app ${PHP_IMAGE} \ - php83 -d memory_limit=-1 ./vendor/bin/phpunit --group integration |