diff options
Diffstat (limited to 'tests/notification/notification_test.php')
-rw-r--r-- | tests/notification/notification_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/notification_test.php b/tests/notification/notification_test.php index 1e2ce13956..4c7ce9a784 100644 --- a/tests/notification/notification_test.php +++ b/tests/notification/notification_test.php @@ -83,7 +83,7 @@ class phpbb_notification_test extends phpbb_database_test_case 'topic_in_queue', ) as $type) { - $class = $this->build_type('phpbb_notification_type_' . $type); + $class = $this->build_type('\phpbb\notification\type\\' . $type); $types[$type] = $class; $this->container->set('notification.type.' . $type, $class); |