aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/user/activate_test.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-27 10:24:12 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:59 -0700
commit4b789c041844396f3a5e6a51142c45c13d2edd59 (patch)
treec28e306305753d1284a1f4bc2be45a7a58971dda /tests/console/user/activate_test.php
parented0f151d863d7449d73336b3697e37259812215e (diff)
downloadforums-4b789c041844396f3a5e6a51142c45c13d2edd59.tar
forums-4b789c041844396f3a5e6a51142c45c13d2edd59.tar.gz
forums-4b789c041844396f3a5e6a51142c45c13d2edd59.tar.bz2
forums-4b789c041844396f3a5e6a51142c45c13d2edd59.tar.xz
forums-4b789c041844396f3a5e6a51142c45c13d2edd59.zip
[ticket/14561] Use the user loader where appropriate
PHPBB3-14561
Diffstat (limited to 'tests/console/user/activate_test.php')
-rw-r--r--tests/console/user/activate_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/console/user/activate_test.php b/tests/console/user/activate_test.php
index 08b25c6c95..1588a76e47 100644
--- a/tests/console/user/activate_test.php
+++ b/tests/console/user/activate_test.php
@@ -40,6 +40,7 @@ class phpbb_console_user_activate_test extends phpbb_console_user_base
$this->language,
$this->log,
$this->notifications,
+ $this->user_loader,
$this->phpbb_root_path,
$this->php_ext
));