Skip to content

Commit

Permalink
Remove deprecated default attributes test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 7, 2019
1 parent 619572c commit 6f837ef
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions tests/acceptance/features/bootstrap/Provisioning.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ public function userHasBeenCreatedOnDatabaseBackend($user) {
}

/**
* @Given /^user "([^"]*)" has been created with default attributes$/
* @Given /^user "([^"]*)" has been created with default attributes and skeleton files$/
*
* @param string $user
Expand Down Expand Up @@ -331,21 +330,7 @@ public function theseUsersHaveBeenCreatedWithoutSkeletonFiles(TableNode $table)
}

/**
* @Given these users have been created with skeleton files:
* expects a table of users with the heading
* "|username|password|displayname|email|"
* password, displayname & email are optional
*
* @param TableNode $table
*
* @return void
*/
public function theseUsersHaveBeenCreatedWithSkeletonFiles(TableNode $table) {
$this->theseUsersHaveBeenCreated("", "", $table);
}

/**
* @Given /^these users have been created\s?(with default attributes|with default attributes and skeleton files|)\s?(but not initialized|):$/
* @Given /^these users have been created with ?(default attributes and|) skeleton files ?(but not initialized|):$/
* expects a table of users with the heading
* "|username|password|displayname|email|"
* password, displayname & email are optional
Expand Down

0 comments on commit 6f837ef

Please sign in to comment.