SVRUnit
  • Welcome
  • Installation
    • Installation
    • First Run
  • Use Cases
    • Verify Server
    • Verify Server for Project
    • Post Deployment Tests
    • Unit Test Docker Image
    • Testing your frameworks
  • Configuration
    • Configuration
  • Commands
    • list:suites
    • list:groups
    • test
  • Assertions
    • Command
    • Directory Exists
    • File Exists
    • File Content
    • File Permissions
    • PHP INI
    • PHP Modules
  • Reports
    • HTML Report
    • JUnit Report
  • Resources
    • svrunit.com
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Assertions

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"
PreviousPHP ININextHTML Report

Last updated 4 years ago

Was this helpful?