public function QaAccountsCommands::testUsersDelete in QA Accounts 8
Deletes the test users created by QA Accounts.
@usage drush qa_accounts:delete Deletes the test users created by QA Accounts.
@command qa_accounts:delete
@aliases test-users-delete,delete-test-users,qad
File
- src/
Commands/ QaAccountsCommands.php, line 54
Class
- QaAccountsCommands
- Defines drush commands for QA Accounts module.
Namespace
Drupal\qa_accounts\CommandsCode
public function testUsersDelete() {
$this->qaAccountsCreateDelete
->deleteQaAccounts();
}