add stuff necessary to run integration tests using phpunit
This commit is contained in:
6
utils/phpunit-integration.sh
Executable file
6
utils/phpunit-integration.sh
Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user