add stuff necessary to run integration tests using phpunit

This commit is contained in:
Andrew Dolgov
2023-10-28 18:43:47 +03:00
parent 0ac8710ea1
commit 855695a862
8 changed files with 105 additions and 15 deletions

6
utils/phpunit-integration.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
docker run --rm -v $(pwd):/app \
--workdir /app registry.fakecake.org/ci/php8.2-alpine:3.18 php82 -d memory_limit=-1 ./vendor/bin/phpunit --group integration