aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser
diff options
context:
space:
mode:
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 . "