1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14264] Fix textreparser tests

PHPBB3-14264
This commit is contained in:
Oliver Schramm
2015-11-03 16:45:57 +01:00
parent 2016550a32
commit 3c43865a15
7 changed files with 7 additions and 7 deletions

View File

@@ -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);
}
}