# Codeception Test Suite Configuration
#
# Suite for unit or integration tests that require WordPress functions and classes.

actor: WpunitTester
modules:
    enabled:
        - WPLoader
        - \Helper\Wpunit
    config:
        WPLoader:
            wpRootFolder: '%WP_ROOT_FOLDER%'
            dbName: '%WP_TEST_DB_NAME%'
            dbHost: '%WP_TEST_DB_HOST%'
            dbUser: '%WP_TEST_DB_USER%'
            dbPassword: '%WP_TEST_DB_PASSWORD%'
            tablePrefix: test_
            domain: '%WP_DOMAIN%'
            adminEmail: admin@learndash.localhost
            title: 'LearnDash Tests'
            plugins:
                - wp-smtp/wp-smtp.php
            activatePlugins:
                - wp-smtp/wp-smtp.php
            theme: twentytwentytwo
