1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/13740] Fixes and Tests for database helper

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-07 19:16:58 +02:00
parent 8bfd29e86d
commit 5ad0af3d3d
2 changed files with 153 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ class database
*/
public function __construct(\phpbb\filesystem\filesystem_interface $filesystem, $phpbb_root_path)
{
$this->filesystem = $filesystem;
$this->filesystem = $filesystem;
$this->phpbb_root_path = $phpbb_root_path;
// DBMS supported by phpBB
$this->supported_dbms = array(