We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040008e commit 852c3a0Copy full SHA for 852c3a0
2 files changed
composer.json
@@ -22,7 +22,7 @@
22
},
23
"require-dev": {
24
"wp-cli/db-command": "^1.3 || ^2",
25
- "wp-cli/wp-cli-tests": "^4.2.7"
+ "wp-cli/wp-cli-tests": "^4.2.8"
26
27
"config": {
28
"process-timeout": 7200,
features/config-create.feature
@@ -173,7 +173,10 @@ Feature: Create a wp-config file
173
echo getenv( 'WP_CLI_TEST_DBSOCKET' );
174
exit(0);
175
}
176
+ // From within Behat, the WP_CLI_TEST_DBSOCKET will be mapped to the internal
177
+ // DB_SOCKET variable, as Behat pushes a new environment context.
178
$locations = [
179
+ '{DB_SOCKET}',
180
'/var/run/mysqld/mysqld.sock',
181
'/tmp/mysql.sock',
182
];
0 commit comments