aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/plugins/group_description_test.php
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2015-11-03 16:45:57 +0100
committerOliver Schramm <oliver.schramm97@gmail.com>2015-11-03 16:45:57 +0100
commit3c43865a15f59f119e41a277d9053c4689b2652e (patch)
tree749e4793793bc60eae971fe5cd2ac349a07072d0 /tests/text_reparser/plugins/group_description_test.php
parent2016550a32168ee5fcf11bfdd367ce48fbcf88b1 (diff)
downloadforums-3c43865a15f59f119e41a277d9053c4689b2652e.tar
forums-3c43865a15f59f119e41a277d9053c4689b2652e.tar.gz
forums-3c43865a15f59f119e41a277d9053c4689b2652e.tar.bz2
forums-3c43865a15f59f119e41a277d9053c4689b2652e.tar.xz
forums-3c43865a15f59f119e41a277d9053c4689b2652e.zip
[ticket/14264] Fix textreparser tests
PHPBB3-14264
Diffstat (limited to 'tests/text_reparser/plugins/group_description_test.php')
-rw-r--r--tests/text_reparser/plugins/group_description_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/plugins/group_description_test.php b/tests/text_reparser/plugins/group_description_test.php
index 51035903e1..babfc7e02f 100644
--- a/tests/text_reparser/plugins/group_description_test.php
+++ b/tests/text_reparser/plugins/group_description_test.php
@@ -21,6 +21,6 @@ class phpbb_textreparser_group_description_test extends phpbb_textreparser_test_
protected function get_reparser()
{
- return new \phpbb\textreparser\plugins\group_description($this->db);
+ return new \phpbb\textreparser\plugins\group_description($this->db, GROUPS_TABLE);
}
}