We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ad6b2 commit 887ba24Copy full SHA for 887ba24
src/Context/FeatureContext.php
@@ -111,6 +111,8 @@ public static function get_vendor_dir() {
111
112
// We try to detect the vendor folder in the most probable locations.
113
$vendor_locations = [
114
+ // wp-cli/wp-cli-tests is a dependency of the current working dir.
115
+ getcwd() . '/vendor',
116
// wp-cli/wp-cli-tests is the root project.
117
dirname( dirname( __DIR__ ) ) . '/vendor',
118
// wp-cli/wp-cli-tests is a dependency.
0 commit comments