1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/17337] Extend write tests with simple transaction test

PHPBB-17337
This commit is contained in:
Marc Alexander
2024-06-23 23:26:13 +02:00
parent c2d91650bd
commit f3460fe9eb
2 changed files with 42 additions and 1 deletions

View File

@@ -285,7 +285,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();