aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/plugins/user_signature_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/user_signature_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/user_signature_test.php')
-rw-r--r--tests/text_reparser/plugins/user_signature_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/plugins/user_signature_test.php b/tests/text_reparser/plugins/user_signature_test.php
index ab830a303d..5b66f2788a 100644
--- a/tests/text_reparser/plugins/user_signature_test.php
+++ b/tests/text_reparser/plugins/user_signature_test.php
@@ -21,6 +21,6 @@ class phpbb_textreparser_user_signature_test extends phpbb_textreparser_test_row
protected function get_reparser()
{
- return new \phpbb\textreparser\plugins\user_signature($this->db);
+ return new \phpbb\textreparser\plugins\user_signature($this->db, USERS_TABLE);
}
}