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

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-01-04 17:30:05 +01:00
10 changed files with 62 additions and 10 deletions

View File

@@ -27,4 +27,12 @@ class phpbb_mock_phpbb_di_container_builder extends \phpbb\di\container_builder
{
return $this->phpbb_root_path . '../../tmp/autoload.' . $this->php_ext;
}
/**
* {@inheritdoc}
*/
protected function inject_dbal_driver()
{
return;
}
}