mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
removing without skeleton files string from the user creation steps
This commit is contained in:
@@ -188,7 +188,7 @@ trait Provisioning {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Given user :user has been created with default attributes and without skeleton files
|
||||
* @Given user :user has been created with default attributes
|
||||
*
|
||||
* @param string $user
|
||||
*
|
||||
@@ -202,7 +202,7 @@ trait Provisioning {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Given these users have been created without skeleton files and not initialized:
|
||||
* @Given these users have been created without being initialized:
|
||||
*
|
||||
* @param TableNode $table
|
||||
*
|
||||
@@ -216,7 +216,7 @@ trait Provisioning {
|
||||
}
|
||||
|
||||
/**
|
||||
* @Given these users have been created with default attributes and without skeleton files:
|
||||
* @Given these users have been created with default attributes:
|
||||
* expects a table of users with the heading
|
||||
* "|username|"
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user