1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16645] Simplified text_reparser.poll_option

PHPBB3-16645
This commit is contained in:
JoshyPHP
2021-01-01 22:21:00 +01:00
parent 91e0e84387
commit be4afc49ff
3 changed files with 11 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ class phpbb_textreparser_poll_option_test extends phpbb_database_test_case
protected function get_reparser()
{
return new \phpbb\textreparser\plugins\poll_option($this->db);
return new \phpbb\textreparser\plugins\poll_option($this->db, POLL_OPTIONS_TABLE);
}
protected function get_rows()