mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Add tests on TagAllCommand
Some simple tests
This commit is contained in:
parent
7a0e6970b4
commit
27ea492cf7
2 changed files with 61 additions and 1 deletions
|
@ -28,7 +28,7 @@ class TagAllCommand extends ContainerAwareCommand
|
|||
try {
|
||||
$user = $this->getUser($input->getArgument('username'));
|
||||
} catch (NoResultException $e) {
|
||||
$output->writeln(sprintf('<error>User %s not found.</error>', $input->getArgument('username')));
|
||||
$output->writeln(sprintf('<error>User "%s" not found.</error>', $input->getArgument('username')));
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue