aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-12-06 16:34:02 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-12-06 17:10:07 +0100
commitec90f2b380a598a3dbf7ada0e95878d9d1b85cbe (patch)
treef2cbf3419cbf1c0fea7391f03dfb418cc5c9dc72 /tests/notification
parent[ticket/13421] Always require the interface when possible (diff)
downloadphpbb-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.tar.gz
phpbb-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.tar.bz2
phpbb-ec90f2b380a598a3dbf7ada0e95878d9d1b85cbe.zip
[ticket/13421] Move tools to subdirectory
PHPBB3-13421
Diffstat (limited to 'tests/notification')
-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 32ab34c9bc..ad6e5849d3 100644
--- a/tests/notification/convert_test.php
+++ b/tests/notification/convert_test.php
@@ -32,7 +32,7 @@ class phpbb_notification_convert_test extends phpbb_database_test_case
$this->migration = new \phpbb\db\migration\data\v310\notification_options_reconvert(
new \phpbb\config\config(array()),
$this->db,
- new \phpbb\db\tools($this->db),
+ new \phpbb\db\tools\tools($this->db),
$phpbb_root_path,
$phpEx,
'phpbb_'