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

actor: WpunitTester
bootstrap: _bootstrap.php
modules:
    enabled:
        - WPLoader
        - \Helper\Wpunit
    config:
        WPLoader:
            wpRootFolder: '%WORDPRESS_ROOT_DIR%'
            dbUrl: '%WORDPRESS_DB_URL%'
            tablePrefix: '%TEST_TABLE_PREFIX%'
            wpDebug: true
            title: 'autoblue'
            plugins: ['./autoblue.php']
            theme: 'twentytwentythree'
