Browse Source

Fix test message and add 'user' to it

tags/v8.1RC2
Jens-Christian Fischer 9 years ago
parent
commit
bffadd069d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/core/command/user/deletetest.php

+ 1
- 1
tests/core/command/user/deletetest.php View File

@@ -53,7 +53,7 @@ class DeleteTest extends TestCase {
public function validUserLastSeen() {
return [
[true, 'The specified user was deleted'],
[false, 'The specified could not be deleted'],
[false, 'The specified user could not be deleted'],
];
}


Loading…
Cancel
Save