public function QaAccountsCommands::testUsersCreate in QA Accounts 8
Creates a test user for each custom role.
@usage drush qa_accounts:create Create a test user for each custom user role.
@command qa_accounts:create
@aliases test-users-create,create-test-users,qac
File
- src/
Commands/ QaAccountsCommands.php, line 40
Class
- QaAccountsCommands
- Defines drush commands for QA Accounts module.
Namespace
Drupal\qa_accounts\CommandsCode
public function testUsersCreate() {
$this->qaAccountsCreateDelete
->createQaAccounts();
}