Feature: wp-config Scenario: Default WordPress install with WP_CONFIG_PATH specified in environment variable Given a WP installation And a wp-config-override.php file: """ ' . TEST_CONFIG_OVERRIDE;"` And STDERR should contain: """ TEST_CONFIG_OVERRIDE """ When I run `WP_CONFIG_PATH=wp-config-override.php wp eval "echo 'TEST_CONFIG_OVERRIDE => ' . TEST_CONFIG_OVERRIDE;"` Then STDERR should be empty And STDOUT should contain: """ TEST_CONFIG_OVERRIDE => success """