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

Merge branch 'ticket/17337' into ticket/17337-master

This commit is contained in:
rxu
2024-06-24 22:20:10 +07:00
3 changed files with 65 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ abstract class phpbb_database_test_case extends TestCase
return $this->createDefaultDBConnection($manager->get_pdo(), 'testdb');
}
public function new_dbal()
public function new_dbal() : \phpbb\db\driver\driver_interface
{
$config = $this->get_database_config();