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

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2024-05-03 22:16:41 +02:00
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();