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 a61b89f + d45af62 commit 68ccf63Copy full SHA for 68ccf63
features/bootstrap/FeatureContext.php
@@ -15,7 +15,7 @@ function wpcli_bootstrap_behat_feature_context() {
15
// wp-cli/wp-cli-tests is the root project.
16
dirname( dirname( __DIR__ ) ) . '/vendor',
17
// wp-cli/wp-cli-tests is a dependency.
18
- dirname( dirname( dirname( __DIR__ ) ) ),
+ dirname( dirname( dirname( dirname( __DIR__ ) ) ) ),
19
];
20
21
$vendor_folder = '';
0 commit comments