Skip to content

Commit 5525e65

Browse files
committed
Remove vendor folder socket dir
1 parent 90d0465 commit 5525e65

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

features/config-create.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,8 @@ Feature: Create a wp-config file
168168
"""
169169
<?php
170170
$environment_socket = getenv( 'WP_CLI_TEST_DBSOCKET' );
171-
$vendor_dir = \WP_CLI\Tests\Context\FeatureContext::get_vendor_dir();
172171
$locations = [
173172
$environment_socket,
174-
"{$vendor_dir}/wp-cli/wp-cli-tests/utils/mapped_socket_folder/mysqld.sock",
175173
'/var/run/mysqld/mysqld.sock',
176174
'/tmp/mysql.sock',
177175
];

0 commit comments

Comments
 (0)