aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-01 08:47:01 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-30 17:26:00 +0200
commit986af43f37342953bff548630aa33904c21234f4 (patch)
tree07cb503a0ef5dce28b1344c749397bd3a28f66f1 /tests/text_reparser
parente11ae7e9cd5573658b763b1ef72cb889f547f2dd (diff)
downloadforums-986af43f37342953bff548630aa33904c21234f4.tar
forums-986af43f37342953bff548630aa33904c21234f4.tar.gz
forums-986af43f37342953bff548630aa33904c21234f4.tar.bz2
forums-986af43f37342953bff548630aa33904c21234f4.tar.xz
forums-986af43f37342953bff548630aa33904c21234f4.zip
[ticket/13803] Added plugins
PHPBB3-13803
Diffstat (limited to 'tests/text_reparser')
-rw-r--r--tests/text_reparser/post_text_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/post_text_test.php b/tests/text_reparser/post_text_test.php
index dc13cebf44..9d9d689db9 100644
--- a/tests/text_reparser/post_text_test.php
+++ b/tests/text_reparser/post_text_test.php
@@ -38,7 +38,7 @@ class phpbb_textreparser_post_text_test extends phpbb_database_test_case
public function testReparse($min_id, $max_id, $expected)
{
$db = $this->new_dbal();
- $reparser = new \phpbb\textreparser\post_text($db);
+ $reparser = new \phpbb\textreparser\plugins\post_text($db);
$reparser->reparse_range($min_id, $max_id);
$sql = 'SELECT post_id, post_text
FROM ' . POSTS_TABLE . "