diff options
Diffstat (limited to 'tests/text_reparser/test_row_based_plugin.php')
| -rw-r--r-- | tests/text_reparser/test_row_based_plugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/text_reparser/test_row_based_plugin.php b/tests/text_reparser/test_row_based_plugin.php index 0258745bf2..4d4d64a56d 100644 --- a/tests/text_reparser/test_row_based_plugin.php +++ b/tests/text_reparser/test_row_based_plugin.php @@ -18,6 +18,8 @@ abstract class phpbb_textreparser_test_row_based_plugin extends phpbb_database_t { protected $db; + abstract protected function get_reparser(); + public function setUp() { global $config; |
