aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser/post_text_test.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-05-06 21:32:39 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-05-30 17:26:00 +0200
commita870f8f8603993a2d6a2443c8ad746212071f392 (patch)
treee85e418ac086de7fb68da60e1736b32ce12c4e7b /tests/text_reparser/post_text_test.php
parent212fc277b481440a99ff0483e5fbc40c790e8dda (diff)
downloadforums-a870f8f8603993a2d6a2443c8ad746212071f392.tar
forums-a870f8f8603993a2d6a2443c8ad746212071f392.tar.gz
forums-a870f8f8603993a2d6a2443c8ad746212071f392.tar.bz2
forums-a870f8f8603993a2d6a2443c8ad746212071f392.tar.xz
forums-a870f8f8603993a2d6a2443c8ad746212071f392.zip
[ticket/13803] Added user_signature tests
PHPBB3-13803
Diffstat (limited to 'tests/text_reparser/post_text_test.php')
-rw-r--r--tests/text_reparser/post_text_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_reparser/post_text_test.php b/tests/text_reparser/post_text_test.php
index ac540f170c..0f934a06ee 100644
--- a/tests/text_reparser/post_text_test.php
+++ b/tests/text_reparser/post_text_test.php
@@ -19,7 +19,7 @@ class phpbb_textreparser_post_text_test extends phpbb_textreparser_test_row_base
return $this->createXMLDataSet(__DIR__ . '/fixtures/posts.xml');
}
- public function get_reparser()
+ protected function get_reparser()
{
return new \phpbb\textreparser\plugins\post_text($this->db);
}