Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
7 changes: 6 additions & 1 deletion php/fpm/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
schemaVersion: '2.0.0'

commandTests:
- name: 'check configuration'
- name: 'check fpm configuration'
command: "sh"
args: ["-c", "mkdir /data/app && php-fpm --test"]

- name: 'check for unloaded modules'
command: "sh"
args: ["-c", "php -i | grep 'Unable to load dynamic library'"]
exitCode: 1