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

Merge branch 'ticket/14957' into ticket/14957-rhea

This commit is contained in:
Marc Alexander
2017-01-03 21:41:36 +01:00
9 changed files with 55 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;
}
}