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.
2 parents e9ad6b2 + 887ba24 commit c2d228bCopy full SHA for c2d228b
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