aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/convert_test.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-10 15:31:52 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 00:39:34 +0200
commit2a1207b14f7792b935ffd6ffff9d6c89fcce638b (patch)
tree18719bcb3e9e1d77714d0a9ae145a0aa69118c4c /tests/notification/convert_test.php
parent239381b946e20e98459dfa5f36962df37cd76d82 (diff)
downloadforums-2a1207b14f7792b935ffd6ffff9d6c89fcce638b.tar
forums-2a1207b14f7792b935ffd6ffff9d6c89fcce638b.tar.gz
forums-2a1207b14f7792b935ffd6ffff9d6c89fcce638b.tar.bz2
forums-2a1207b14f7792b935ffd6ffff9d6c89fcce638b.tar.xz
forums-2a1207b14f7792b935ffd6ffff9d6c89fcce638b.zip
[ticket/11700] Correclty use namespaces in notifications
PHPBB3-11700
Diffstat (limited to 'tests/notification/convert_test.php')
-rw-r--r--tests/notification/convert_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/convert_test.php b/tests/notification/convert_test.php
index e0449cef89..ed1fa9b1bf 100644
--- a/tests/notification/convert_test.php
+++ b/tests/notification/convert_test.php
@@ -25,7 +25,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case
$this->db = $this->new_dbal();
- $this->migration = new \phpbb\db\migration\data0\notification_options_reconvert(
+ $this->migration = new \phpbb\db\migration\data\v310\notification_options_reconvert(
new \phpbb\config\config(array()),
$this->db,
new \phpbb\db\tools($this->db),