wp-cli / wp-cli-tests

WP-CLI testing framework
MIT License
36 stars 22 forks source link

Rename DB_TYPE env variable into WP_CLI_TEST_DBTYPE #184

Closed schlessera closed 8 months ago

schlessera commented 8 months ago

PR #181 added logic to detect an environment variable named DB_TYPE that allows to switch the database engine used for Behat testing from MySQL to SQLite.

This PR renames the environment variable DB_TYPE to WP_CLI_TEST_DBTYPE, because: