diff --git a/tests/codeception/tests/integration.suite.yml b/tests/codeception/tests/integration.suite.yml index 3d7e2215ace61eaee718c596d1c3c9e99b168b3e..50f5eaa4f6b1f55920ce0525bee4a6a7d7cc09e7 100644 --- a/tests/codeception/tests/integration.suite.yml +++ b/tests/codeception/tests/integration.suite.yml @@ -4,18 +4,8 @@ modules: enabled: - - WPDb - WPLoader config: - WPDb: - dsn: 'mysql:host=%TEST_SITE_DB_HOST%;dbname=%TEST_SITE_DB_NAME%' - user: '%TEST_SITE_DB_USER%' - password: '%TEST_SITE_DB_PASSWORD%' - waitlock: 10 - url: '%TEST_SITE_WP_URL%' - originalUrl: '%TEST_SITE_WP_URL%' - urlReplacement: true #replace the hardcoded dump URL with the one above - tablePrefix: '%TEST_SITE_TABLE_PREFIX%' WPLoader: multisite: false wpRootFolder: '%WP_ROOT_FOLDER%'