Skip to content

Commit

Permalink
Merge pull request #32450 from owncloud/stable10-whenStepAlsoGiven
Browse files Browse the repository at this point in the history
[stable10] allow a @when step also be used as @given step in acceptance tests
  • Loading branch information
phil-davis authored Aug 27, 2018
2 parents cd2550c + 02e1053 commit 20d073c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/features/bootstrap/BasicStructure.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ public function userSendsHTTPMethodToUrl($user, $verb, $url) {

/**
* @When /^user "([^"]*)" sends HTTP method "([^"]*)" to URL "([^"]*)" with password "([^"]*)"$/
* @Given /^user "([^"]*)" has sent HTTP method "([^"]*)" to URL "([^"]*)" with password "([^"]*)"$/
*
* @param string $user
* @param string $verb
Expand Down

0 comments on commit 20d073c

Please sign in to comment.