aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/user/add_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console/user/add_test.php')
-rw-r--r--tests/console/user/add_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/console/user/add_test.php b/tests/console/user/add_test.php
index 8fc921babf..de146ef6ec 100644
--- a/tests/console/user/add_test.php
+++ b/tests/console/user/add_test.php
@@ -102,7 +102,7 @@ class phpbb_console_command_user_add_test extends phpbb_database_test_case
));
$this->assertNotEquals(null, $this->get_user_id('foo'));
- $this->assertContains('SUCCESS_ADD_USER', $command_tester->getDisplay());
+ $this->assertContains('CLI_USER_ADD_SUCCESS', $command_tester->getDisplay());
}
public function test_add_dialog()
@@ -118,7 +118,7 @@ class phpbb_console_command_user_add_test extends phpbb_database_test_case
));
$this->assertNotEquals(null, $this->get_user_id('bar'));
- $this->assertContains('SUCCESS_ADD_USER', $command_tester->getDisplay());
+ $this->assertContains('CLI_USER_ADD_SUCCESS', $command_tester->getDisplay());
}