1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/17347] Use progress bar and test bot deletion only

PHPBB-17347
This commit is contained in:
Marc Alexander
2024-06-21 20:59:04 +02:00
parent 8c77da9c30
commit db40145fd5
3 changed files with 23 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ class phpbb_console_user_delete_ids_test extends phpbb_console_user_base
$command_tester->execute(array(
'command' => $this->command_name,
'user_ids' => [3, 6],
'user_ids' => [6],
'--delete-posts' => false,
));