Skip to content

Commit 025fd47

Browse files
committed
Add comment to test script
1 parent 5525e65 commit 025fd47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

features/config-create.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ Feature: Create a wp-config file
167167
And a find-socket.php file:
168168
"""
169169
<?php
170+
// The WP_CLI_TEST_DBSOCKET variable can be set in the environment to
171+
// override the default locations.
170172
$environment_socket = getenv( 'WP_CLI_TEST_DBSOCKET' );
171173
$locations = [
172174
$environment_socket,

0 commit comments

Comments
 (0)