aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/group_request_test.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 02:41:03 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 02:41:03 +0200
commit2472271bc0cd7c15c77783c86ccaac643ab1756a (patch)
tree0877d20f422411ed20b398c616b26b69ff30fdcd /tests/notification/group_request_test.php
parent21bbb5850349326464204bdb1bea7ecf5a88c10a (diff)
downloadforums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar.gz
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar.bz2
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.tar.xz
forums-2472271bc0cd7c15c77783c86ccaac643ab1756a.zip
[ticket/11700] Fix tests after merging new develop code
PHPBB3-11700
Diffstat (limited to 'tests/notification/group_request_test.php')
-rw-r--r--tests/notification/group_request_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/notification/group_request_test.php b/tests/notification/group_request_test.php
index 368e4ae973..b812fff8f8 100644
--- a/tests/notification/group_request_test.php
+++ b/tests/notification/group_request_test.php
@@ -37,17 +37,17 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
set_config(false, false, false, $this->config);
- $this->container->set('groupposition.legend', new phpbb_groupposition_legend(
+ $this->container->set('groupposition.legend', new \phpbb\groupposition\legend(
$this->db,
$this->user
));
- $this->container->set('groupposition.teampage', new phpbb_groupposition_teampage(
+ $this->container->set('groupposition.teampage', new \phpbb\groupposition\teampage(
$this->db,
$this->user,
$this->cache->get_driver()
));
$phpbb_dispatcher = new phpbb_mock_event_dispatcher;
- $phpbb_log = new phpbb_log_null();
+ $phpbb_log = new \phpbb\log\null();
// Now on to the actual test