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 f288c72 + 7af96ca commit a0c01b5Copy full SHA for a0c01b5
src/Context/GivenStepDefinitions.php
@@ -126,7 +126,7 @@ public function given_a_wp_installation_with_composer() {
126
/**
127
* @Given a WP install(ation) with Composer and a custom vendor directory :vendor_directory
128
*/
129
- public function given_a_wp_installation_with_composer_and_a_custom_vendor_folder( $_, $vendor_directory ) {
+ public function given_a_wp_installation_with_composer_and_a_custom_vendor_folder( $vendor_directory ) {
130
$this->install_wp_with_composer( $vendor_directory );
131
}
132
0 commit comments