mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11700] Default db driver for tests must not lead with \
PHPBB3-11700
This commit is contained in:
parent
005c5118cf
commit
721483cd64
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class phpbb_test_case_helpers
|
|||
if (extension_loaded('sqlite') && version_compare(PHPUnit_Runner_Version::id(), '3.4.15', '>='))
|
||||
{
|
||||
$config = array_merge($config, array(
|
||||
'dbms' => '\phpbb\db\driver\sqlite',
|
||||
'dbms' => 'phpbb\db\driver\sqlite',
|
||||
'dbhost' => dirname(__FILE__) . '/../phpbb_unit_tests.sqlite2', // filename
|
||||
'dbport' => '',
|
||||
'dbname' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue