PHP Modules

This type of assertions is a quick way to verify if a certain PHP module is installed and active. Just use the lowercase name of the module to verify against.

php_module:
     - name: "PHP Module installed: intl"
       module: "intl"

Last updated