aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/plugins/post_text_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_reparser/plugins/post_text_test.php')
-rw-r--r--tests/text_reparser/plugins/post_text_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/plugins/post_text_test.php b/tests/text_reparser/plugins/post_text_test.php
index 0f934a06ee..8ea71e65f5 100644
--- a/tests/text_reparser/plugins/post_text_test.php
+++ b/tests/text_reparser/plugins/post_text_test.php
@@ -21,6 +21,6 @@ class phpbb_textreparser_post_text_test extends phpbb_textreparser_test_row_base
protected function get_reparser()
{
- return new \phpbb\textreparser\plugins\post_text($this->db);
+ return new \phpbb\textreparser\plugins\post_text($this->db, POSTS_TABLE);
}
}