mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/17525] Fix tests
PHPBB-17525
This commit is contained in:
@@ -226,4 +226,11 @@ interface tools_interface
|
||||
* @return void
|
||||
*/
|
||||
public function sql_truncate_table(string $table_name): void;
|
||||
|
||||
/**
|
||||
* Gets current Doctrine DBAL connection
|
||||
*
|
||||
* @return \Doctrine\DBAL\Connection
|
||||
*/
|
||||
public function get_connection(): \Doctrine\DBAL\Connection;
|
||||
}
|
||||
|
Reference in New Issue
Block a user