aboutsummaryrefslogtreecommitdiffstats
path: root/tests/user/user_loader_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/user/user_loader_test.php')
-rw-r--r--tests/user/user_loader_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user/user_loader_test.php b/tests/user/user_loader_test.php
index 5cdb654b18..13c35030f9 100644
--- a/tests/user/user_loader_test.php
+++ b/tests/user/user_loader_test.php
@@ -24,7 +24,7 @@ class phpbb_user_loader_test extends phpbb_database_test_case
parent::setUp();
$this->db = $this->new_dbal();
- $this->user_loader = new phpbb_user_loader($this->db, __DIR__ . '/../../phpBB/', 'php', 'phpbb_users');
+ $this->user_loader = new \phpbb\user_loader($this->db, __DIR__ . '/../../phpBB/', 'php', 'phpbb_users');
}
public function test_load_get()