From 3c43865a15f59f119e41a277d9053c4689b2652e Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Tue, 3 Nov 2015 16:45:57 +0100 Subject: [ticket/14264] Fix textreparser tests PHPBB3-14264 --- tests/text_reparser/plugins/user_signature_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/text_reparser/plugins/user_signature_test.php') 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); } } -- cgit v1.2.1