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

[ticket/17130] Reparse magic urls in posts based on actual content

PHPBB3-17130
This commit is contained in:
Marc Alexander
2024-05-03 20:25:44 +02:00
parent df43810f55
commit 3f73ae8545
3 changed files with 69 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ require_once __DIR__ . '/../../test_framework/phpbb_database_test_case.php';
abstract class phpbb_textreparser_test_row_based_plugin extends phpbb_database_test_case
{
/** @var \phpbb\db\driver\driver_interface */
protected $db;
abstract protected function get_reparser();