From 855695a8620a3a5ffada836fd28e04bb912bbd3a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 28 Oct 2023 18:43:47 +0300 Subject: add stuff necessary to run integration tests using phpunit --- utils/phpunit-integration.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 utils/phpunit-integration.sh (limited to 'utils') diff --git a/utils/phpunit-integration.sh b/utils/phpunit-integration.sh new file mode 100755 index 000000000..1b5288c1b --- /dev/null +++ b/utils/phpunit-integration.sh @@ -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 + + -- cgit v1.2.3